@charset "UTF-8";
body, html {
  font-family: "Source Han Sans CN","Helvetica Neue", Helvetica, "Microsoft YaHei", "PingFang SC", sans-serif;
}

@font-face {
  font-family: 'DINCOND-BOLD';
  src: url("fonts/DINCOND-BOLD.eot");
  src: url("fonts/DINCOND-BOLD.eot") format("embedded-opentype"), url("fonts/DINCOND-BOLD.woff2") format("woff2"), url("fonts/DINCOND-BOLD.woff") format("woff"), url("fonts/DINCOND-BOLD.ttf") format("truetype"), url("fonts/DINCOND-BOLD.svg#DINCOND-BOLD") format("svg");
}
@font-face {
  font-family: 'AVGARDM';
  src: url("fonts/AVGARDM.eot");
  src: url("fonts/AVGARDM.eot") format("embedded-opentype"), url("fonts/AVGARDM.woff2") format("woff2"), url("fonts/AVGARDM.woff") format("woff"), url("fonts/AVGARDM.ttf") format("truetype"), url("fonts/AVGARDM.svg#AVGARDM") format("svg");
}
/*@font-face {
  font-family: "方正兰亭中黑简体";
  src: url("fonts/方正兰亭中黑简体_0.woff2") format("woff2"),
       url("fonts/方正兰亭中黑简体_0.woff") format("woff"),
       url("fonts/方正兰亭中黑简体_0.ttf") format("truetype"),
       url("fonts/方正兰亭中黑简体_0.eot") format("embedded-opentype"),
       url("fonts/方正兰亭中黑简体_0.svg") format("svg");
}*/
.fon1 {
  font-family: "方正兰亭中黑简体","Source Han Sans CN","Microsoft YaHei", "PingFang SC","Helvetica Neue", Helvetica, sans-serif;
}
.nbanner{
  background:#008cd6;
}
.fl1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fl9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fl9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fl12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fl15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fl16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fl17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fl18{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
   -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pa0{
  padding-top:0 !important; 
}
.border-bottom1{
  border-bottom: 1px dashed #ececec !important;
}
body, html {
  /*min-width: 1000px;*/
  margin: 0 auto;
}

body {
  opacity: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

body.no-js {
  opacity: 1;
}

.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/img1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index:130;
}

.ovh {
  overflow: hidden;
}

.w1400 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.w1280 {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.footer {
  background: #008cd6;
  height: 100vh;
  padding: 5vh 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: .4;
  -webkit-transition: all .5s .5s ease;
          transition: all .5s .5s ease;
}

.tr3 {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}

.footer-top {
  width: 100%;
  margin-bottom:15vh;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all .5s linear;
          transition: all .5s linear;
}
.footer-top .footer-left {
  width: 30%;
}
.footer-top .tit2 {
  line-height: 1.1;
  margin-bottom: 1.15rem;
}
.footer-top .bot-from {
  height: 55px;
  border-bottom: 2px solid #fff;
  box-sizing: content-box;
  margin-bottom: .5rem;
}
.footer-top .input {
  width: 30px;
  height: 55px;
  background: url(../img/img1.png) no-repeat center center;
  border: none;
}
.footer-top .input1 {
  height: 35px;
  background: none;
  border: none;
  text-indent: 15px;
  font-size: 16px;
  color: #fff;
  width: calc(100% - 50px);
}
.footer-top input:-moz-placeholder,
.footer-top textarea:-moz-placeholder {
  color: #fff;
}
.footer-top input::-moz-placeholder,
.footer-top textarea::-moz-placeholder {
  color: #fff;
}
.footer-top input:-ms-input-placeholder,
.footer-top textarea:-ms-input-placeholder {
  color: #fff;
}
.footer-top input::-webkit-input-placeholder,
.footer-top textarea::-webkit-input-placeholder {
  color: #fff;
}
.footer-top .tab-ulbox .li {
  /*font-size: 14px;*/
  color: #fff;
  line-height: 1;
  padding: 0 .5rem;
  display: block;
}
.footer-top .tab-ulbox .li:first-child {
  padding-left: 0;
}
.footer-top .tab-ulbox .li:last-child {
  padding-right: 0;
}
.footer-top .tab-ulbox .li:hover {
  color: #fff !important;
}
.footer-top .tab-ulbox2 .li {
  width: 100%;
  padding-left: 0;
  padding-right:5px;
  line-height:2;
}
.footer-top .tab-ulbox2 .li:nth-child(5n){
  padding-right:0;
}
.footer-top .tit3 {
  margin-top: 2rem;
  margin-bottom: .3rem;
}
.footer-top .footer-right {
  width: 61.5%;
}
.footer-top .ulbox {
  margin-bottom: 1.5rem;
}
.footer-top .ulbox .tit4 {
  color: #fff;
  margin-bottom: .6rem;
}
.footer-top .ulbox .li-item {
  width: auto;
}
.footer-top .ulbox .sp {
  display: block;
  color: #98d1ef;
  line-height:2;
  /*font-size: 14px;*/
}
.footer-top .ulbox .sp:hover {
  color: #fff !important;
}
.footer-top .tit5 {
  margin-bottom: 1rem;
}
.footer-top .content-box .content-left {
  width:500px;
  margin-right: 2rem;
}
.footer-top .content-box .content-left span {
  /*font-size: 15px;*/
  color: #fff;
  margin-right: .5rem;
  width: auto;
}
.footer-top .content-box .content-left span img{
  margin-right:5px;
}
.footer-top .content-box .content-left .tel {
  font-family: "DINCOND-BOLD";
}
.footer-top .content-box .content-left .spbox {
  margin-bottom: .5rem;
}
.footer-top .content-box .content-left .add, .footer-top .content-box .content-left .tel {
  line-height: 1.2;
  width: calc(100% - 95px - 0.5rem);
}
.footer-top .content-box .content-right span {
  /*font-size: 15px;*/
  color: #fff;
  margin-right: 10px;
}
.footer-top .content-box .content-right .li {
  position: relative;
  cursor: pointer;
}
.footer-top .content-box .content-right .img1 {
  width: 32px;
  margin: 0 10px;
}
.footer-top .content-box .content-right .li:hover .wxbox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.footer-top .content-box .content-right .wxbox {
  position: absolute;
  bottom: 45px;
  padding: 6px;
  background: #fff;
  width: 100px;
  border-radius: 5px;
  left: calc(50% - 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.footer-top .content-box .content-right .wxbox img {
  width: 100%;
}
.footer-top .content-box .content-right .wxbox:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

.footer-bot {
  width: 100%;
  padding-bottom: 25px;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all .5s linear;
          transition: all .5s linear;
}
.footer-bot .p {
  /*font-size: 13px;*/
  color: #98d1ef;
}
.footer-bot .p a{
  color: #98d1ef;
}
.footer-bot .sp {
  margin-right: .75rem;
}
.footer-bot .footer-bot-ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bot .footer-bot-ulbox .li {
  /*font-size: 14px;*/
  color: #98d1ef;
  line-height: 1;
  padding: 0 15px;
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
}
.footer-bot .footer-bot-ulbox .li:last-child {
  padding-right: 0;
  border-right: none;
}
.footer-bot .footer-bot-ulbox .li:hover {
  color: #fff !important;
}

.footer.active {
  opacity: 1;
}
.footer.active .footer-top, .footer.active .footer-bot {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.index-footer .footer-bot {
  padding: 0 70px 25px;
}

/*内页底部*/
.footer-two {
 /* background: #5d5d5d;*/
  height: auto;
  padding-top: 4.25rem;
  opacity: 1;
}
/*.footer-two .footer-top .tab-ulbox .li, .footer-two .footer-top .tab-ulbox .li {
  color: #999;
}
.footer-two .footer-top .ulbox .sp, .footer-two .footer-top .content-box .content-left span, .footer-two .footer-bot .p, .footer-two .footer-bot .p, .footer-two .footer-top .content-box .content-right span, .footer-two .footer-bot .footer-bot-ulbox .li {
  color: #999;
}*/
.footer-two .footer-top{
  margin-bottom:3rem !important;
   margin-top:0.5rem
}
.footer-two .footer-bot {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.footer-t {
  height: auto;
  padding: 0;
  background: none;
  opacity: 1;
}
.footer-t .footer-bot {
  padding-bottom: 30px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*.footer-t .p {
  color: #19ba61;
}*/

header.header-up {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

header.header-open {
  z-index:99;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index:19;
  -webkit-transition: -webkit-transform .5s ease;
          transition: transform .5s ease;
}

.n-header {
  padding: 0 70px;
  height: 118px;
}
.n-header .logo {
  width: 180px;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 6;
}
.n-header .logo a {
  display: block;
}
.n-header .logo img {
  width: 100%;
}
.n-header .logo .img-hei {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.n-header nav {
  font-size: 18px;
  position: relative;
  margin-right: 1rem
  /*.item:hover{
    color:#008cd6;  
  }*/
}
.n-header .item-net{
  font-size:18px;
  margin-right:.5rem;
  color:#fff;
}
.n-header nav:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 1px;
  height: 14px;
  border-right: 1px dotted #fff;
}
.n-header nav .li {
  margin-right: 1.15rem;
}
.n-header nav .li:last-child {
  margin-right: 1rem;
}
.n-header nav .item {
  color: #fff;
  position: relative;
}
.n-header nav .item:after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 0;
  left: 0;
  height: 2px;
  background: #ff7700;
  z-index: 1;
}
.n-header nav .item:hover:after {
  width: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.n-header nav .li.cur .item:after {
  width: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.n-header nav .li {
  position: relative;
}
.n-header nav .item-sub {
  position: absolute;
  width: 180px;
  top: 40px;
  left: calc(50% - 90px);
  border-radius: 3px;
  padding: 15px 0;
  display: none;
}
.n-header nav .item-sub:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 136, 204, 0.56);
  -webkit-filter: blur(1px);
  filter: blur(1px);
  z-index: 1;
  border-radius: 15px;
}
.n-header nav .item-sub:after {
  content: "";
  position: absolute;
  top: -15px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: rgba(0, 136, 204, 0.56);
  -webkit-filter: blur(1px);
  filter: blur(1px);
  z-index: 1;
}
.n-header nav .item-sub a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 40px;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
          transition: color 0.5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
}
.n-header nav .item-sub span {
  position: relative;
}
.n-header nav .item-sub span:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: -10px;
  top: calc(50% - 2px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
          transition: opacity 0.5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
}
.n-header nav .item-sub a:hover {
  color: #afc1be;
}
.n-header nav .item-sub a:hover span:before {
  opacity: 1;
}
.n-header .lang {
  color: #fff;
  cursor: pointer;
  margin-right: .6rem;
}
.n-header .lang .sp2 {
  font-size: 12px;
  margin-left: 4px;
}
.n-header .search-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-right: .65rem;
  cursor: pointer;
}
.n-header .hamburger {
  padding: 0;
  height: 18px;
  position: relative;
  z-index: 6;
}
.n-header .hamburger-box {
  width: 25px;
  height: 18px;
  display: block;
}
.n-header .hamburger-inner::before {
  top: -8px;
  left: 0;
}
.n-header .hamburger-inner::after {
  bottom: -8px;
  left: 0;
}
.n-header .hamburger {
  opacity: 1;
}
.n-header .hamburger:hover {
  opacity: 1;
}
.n-header .hamburger-inner, .n-header .hamburger-inner::before, .n-header .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background: #fff;
}
.n-header .hamburger.is-active .hamburger-inner, .n-header .hamburger.is-active .hamburger-inner::before, .n-header .hamburger.is-active .hamburger-inner::after {
  background: #fff;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
          transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.n-header .hamburger--3dx-r .hamburger-inner {
  -webkit-transition: -webkit-transform 0.6s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
          transition: transform 0.6s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.n-header .hamburger--3dx-r .hamburger-inner::before, .n-header .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
          transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.n-header .hamburger--3dx-r.is-active .hamburger-inner::before {
  background: #fff;
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.n-header .hamburger--3dx-r.is-active .hamburger-inner::after {
  background: #fff;
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
}

.navbox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 18.5vh 0 2vh;
  height: 100vh;
  visibility: hidden;
}
.navbox .bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background:#008cd6;
  opacity: .5;
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.navbox .svg1 {
  position: absolute;
  z-index: 12;
  height: 200vh;
  width: 100%;
  top: 0%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.navbox .svg2 {
  position: absolute;
  z-index: 11;
  height: 200vh;
  width: 100%;
  top: 0%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.navbox .svg3 {
  position: absolute;
  z-index: 10;
  height: 200vh;
  width: 100%;
  top: 0%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.navbox .svg4 {
  position: absolute;
  z-index: 9;
  height: 200vh;
  width: 100%;
  top: 0%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.navbox .svg5 {
  position: absolute;
  z-index: 8;
  height: 100vh;
  width: 100%;
  top: 0%;
}
.navbox .svg1 path {
  fill: #fff;
}
.navbox .svg3 #Apple-TV {
  fill: #008B3F;
}
.navbox .svg4 #Apple-TV {
  fill: #006044;
}
.navbox .svg5 #Apple-TV {
  fill: #006044;
}
.navbox .warp-nav-item{
  margin-bottom:1rem;
}
.navbox .content .warp-nav-item:last-child{
  margin-bottom:0;
}
.navbox .content {
  /*padding-bottom: 9.25vh;
  margin-bottom: 9.25vh;*/
  /*border-bottom: 1px solid rgba(18, 255, 124, 0.2);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*justify-content:space-between;
  align-items:flex-start;*/
  position: relative;
  z-index: 4;
}
.navbox .warp-nav-item {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  position: relative;
  z-index:4;
}
.navbox.active .warp-nav-item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.6s 0.6s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity 0.6s 0.6s cubic-bezier(0.34, 0.615, 0.4, 0.985);
          transition: transform 0.6s 0.6s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity 0.6s 0.6s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.navbox .bg-cover.active {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: clip-path 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.navbox .warp-nav-item{
  position: relative;
  z-index: 5;
}
.navbox .warp-nav-item .warp-li{
  position:relative;
  z-index:1;
}
.navbox .warp-nav-item .warp-li:before{
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 0.5px);
  height: 1px;
  border-bottom: 1px solid rgba(36, 221, 118,.3);
  z-index: 1;
}
.navbox .warp-nav-item .tit5{
  color:#24dd76;
  background:#008cd6;
  padding-right:25px;
  position:relative;
  z-index:2;
}
.navbox .warp-nav-item .tit6{
  color:#24dd76;
  background:#008cd6;
  padding-left:25px;
  position:relative;
  z-index:2;
  cursor:pointer;
}
.navbox .warp-li{
  cursor:pointer;
}
.navbox .warp-li.cur .tit6 .iconfont{
  transform:rotate(-180deg);
}
.navbox .warp-nav-item .warp-content{
  display:none;
}
.navbox .warp-nav-item .content{
  padding:1.5rem 0 1rem; 
}
.navbox .warp-nav-item .content2{
  padding:1.5rem 0 2rem; 
}
.navbox .f-add .left-box .li{
  margin-bottom:0!important; 
  margin-right:1.5rem;
}
.navbox .f-add .left-box .li br{
  display:none;
}
.navbox .f-add .left-box .li:last-child{
  margin-right:0;
}
.navbox .f-add .left-box .li{
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;

}
.navbox .bot .right-box .li{
  margin-right:0;
}
.navbox .warp-nav-item .tit6 .iconfont{
  font-size:12px;
  width:16px;
  height:16px;
  line-height:18px;
  background:#24dd76;
  color:#029143;
  border-radius:50%;
  text-align:center;
  margin-left:10px;
}
.navbox .item {
  width:auto;
  margin-right: 8.5%;
}
.navbox .item:last-child{
  margin-right:0;
}
.navbox .n-item {
  cursor: pointer;
}
.navbox .n-item .sp1 {
  /*font-size: 24px;*/
  color: #fff;
  line-height: 1.5;
  margin-bottom: 24px;
  display: block;
}
.navbox .item-nav {
  width: auto;
}
.navbox .item-nav .li {
  /*font-size: 16px;*/
  line-height:2;
  color: #98d1ef;
  display: block;
}
.navbox .left-box .li.libot{
  margin-bottom:.5rem !important;
}
.navbox .item-nav span {
  position: relative;
}
.navbox .item-nav span:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: -10px;
  top: calc(50% - 2px);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
          transition: opacity 0.5s cubic-bezier(0.34, 0.62, 0.4, 0.99);
}
.navbox .item-nav .li:hover {
  color: #fff;
}
.navbox .item-nav .li:hover span:before {
  opacity: 1;
}

.navbox .content2 .item{
  margin-right: 5.5%;
}
.navbox .content2 .item:last-child{
  margin-right:0;
}
@media (max-width: 1281px) {
  .navbox .content2 .item{
    margin-right:6%;
  }
}

.navbox .bot {
  width: 100%;
  position: relative;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.navbox .bot.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.6s 0.7s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity 0.6s 0.7s cubic-bezier(0.34, 0.615, 0.4, 0.985);
          transition: transform 0.6s 0.7s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity 0.6s 0.7s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.navbox .f-add .left-box {
  /*margin-right: 6.25vw;*/
}
.navbox .f-add .left-box .tit1 {
  /*font-size: 15px;*/
  color: #24dd76;
  margin-right: 20px;
  width: 75px;
}
.navbox .f-add .left-box .tit2 {
  font-size: 26px;
  line-height: 1.2;
  font-family: "DIN";
  color: #fff;
}
.navbox .f-add .left-box .tit3 {
  /*font-size: 15px;*/
  color: #fff;
  width: calc(100% - 70px);
}
.navbox .f-add .left-box .li {
  margin-bottom:.25rem;
}
.navbox .f-add .right-box span {
  /*font-size: 15px;*/
  line-height: 1.5;
  color: #24dd76;
  margin-right: 20px;
}
.navbox .f-add .right-box .img1 {
  width: 32px;
  height: 32px;
  margin-right: 25px;
}
.navbox .f-add .right-box .img2 {
  width: 90px;
  height: 90px;
}

.navbox.active {
  visibility: visible;
  background: #fff;
}
.navbox.active .svg1 {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.5s .3s ease-in-out;
          transition: all 1.5s .3s ease-in-out;
}
.navbox.active .svg2 {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.5s .2s ease-in-out;
          transition: all 1.5s .2s ease-in-out;
}
.navbox.active .svg3 {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.5s .1s ease-in-out;
          transition: all 1.5s .1s ease-in-out;
}
.navbox.active .svg4 {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.5s 0s ease-in-out;
          transition: all 1.5s 0s ease-in-out;
}


@media (max-width: 1680px) {
  .navbox .n-item .sp1{
    margin-bottom:10px;
  }
  .navbox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navbox{
    padding: 10vh 0 10px;
  }
  .navbox .f-add .left-box .li{
    margin-bottom: 10px;
  }
  .navbox .content{
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .navbox .warp-nav-item .content{
    padding:.5rem 0;
  }
  .navbox .warp-nav-item .content2{
    padding-bottom:1rem;
  }
  .navbox .f-add .left-box .tit2{
    font-size:24px;
  }
  .navbox .item-nav .li{
    line-height:1.8;
  }
  /*.navbox .item-nav .li{
    font-size: 14px;
  }*/
}
@media (max-width: 1281px) {
  .navbox .f-add .left-box .li{
    margin-right:1rem;
  }
  .navbox .f-add .right-box span{
    margin-right:.5rem;
  }
  .navbox .bot .right-box .img1{
    width:25px !important;
    height:auto !important;
    margin:0 5px !important;
  }
  .navbox .f-add .left-box .right-box .li{
    margin-right:5px !important;
  }
  .navbox .f-add .left-box .tit1{
    margin-right:0;
  }
}

.n-header.active {
  /* .logo{
     .img-hei{
       opacity:1;
     }
   }*/
}
.n-header.active nav .item {
  color: #393939;
}
.n-header.active .item-net{
  color: #393939;
}
.n-header.active .lang, .n-header.active .search-btn {
  color: #393939;
  cursor: pointer;
}
.n-header.active .hamburger-inner, .n-header.active .hamburger-inner::before, .n-header.active .hamburger-inner::after {
  background: #393939;
}
.n-header.active nav:before {
  border-right: 1px dotted #393939;
}

.main-wrap .btn--search-close {
  right: calc(70px + 25px + .65rem);
  top: 35px;
}

#fullpage {
  overflow: hidden;
}

.col-fff {
  color: #fff;
}

.font1 {
  font-family: "AVGARDM",Arial;
}

#fullpage {
  position: relative;
  z-index: 1;
}
#fullpage .index-swiper-wrapper {
  width: 100%;
  height: 100vh;
}
#fullpage .index-section {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#fullpage .index-swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#fullpage .index-swiper-wrapper > .swiper-slide {
  z-index: 1;
}
#fullpage .index-swiper-wrapper > .swiper-slide.cur {
  z-index: 8;
}
#fullpage .index-swiper-pagination {
  position: fixed;
  height: 100vh;
  width: 10px;
  right: 70px;
  left: auto;
  margin-top: 0;
  top: 0;
  z-index: 2;
}
#fullpage .index-swiper-pagination span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  opacity: .5;
  margin: 5px 0;
  cursor: pointer;
  -webkit-transition: all .5s;
          transition: all .5s;
}
#fullpage .index-swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

#fullpage .index-swiper-wrapper [data-swiper-parallay] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.headbg {
  position: relative;
  z-index: 0;
  will-change: transform;
}

.slide_transition {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

#fullpage .swiper-wrapper, #fullpage [data-swiper-parallay] {
  will-change: transform;
}

.slide_trans {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

.full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

header {
  opacity: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

header.active {
  opacity: 1;
}

.section1 .scroll-tip {
  opacity: 0;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.section1 .ibanner .swiper-slide:nth-child(1) .text {
  opacity: 0;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.section1 .swiperbtn {
  opacity: 0;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

#fullpage .index-swiper-pagination {
  opacity: 0;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.section1.active .scroll-tip {
  opacity: 1;
}

.section1.active .ibanner .swiper-slide:nth-child(1) .text {
  opacity: 1;
}

.section1.active .swiperbtn {
  opacity: 1;
}

#fullpage.active .index-swiper-pagination {
  opacity: 1;
}

.section1 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.section1 .ibanner {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.section1 .swiper-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.section1 .swiper-slide {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.section1 .ifull-video {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.section1 .ban-video {
  position: absolute;
  left: 50%;
  top: -20%;
  height: 140%;
  width: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section1 .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.section1 .ibanner .text {
  width: auto;
  left: 3.25rem;
  position: relative;
  z-index: 6;
  opacity: 0;
}
.section1 .tit1 {
  line-height: 1.5;
}
.section1 .tit2 {
  line-height: 1.2;
  margin-bottom: .75rem;
}
.section1 .tit3 {
  margin-bottom: .75rem;
  font-family: "AVGARDM",Arial;
}
.section1 .p {
  width: 17.5rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.section1 .more {
  /*font-size: 16px;*/
  z-index: 1;
}
.section1 .more img {
  margin-top: -2px;
  margin-left: -8px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.section1 .more:hover {
  color: #fff;
}
.section1 .more:hover img {
  margin-left: -2px;
}
.section1 .swiperbtn {
  position: absolute;
  right: 1.75rem;
  bottom: 1.25rem;
  z-index: 2;
  width: 90px;
  height: 38px;
}
.section1 .swiper-button-next, .section1 .swiper-button-prev {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-top: 0;
  background: none;
  font-size: 20px;
  color: #fff;
  box-sizing: content-box;
}
.section1 .swiper-button-prev {
  left: 0;
}
.section1 .swiper-button-next {
  right: 0;
}


.section2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  /*background:#008cd6;*/

  display:none;

  /*opacity:0;
  filter: alpha(opacity=0);
  visibility:hidden;
  transition:.5s ease;*/
  /*.col-box{
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    width:100%;
    height:100%;
    background:#008cd6;
  }*/
  /*.yebox.active .svg2 .st1{
    fill:none;
  }*/
}
.section2.opacity{
  opacity:1;
  filter: alpha(opacity=100);
  visibility:visible;
}
.section2 .warp-imgbox {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  left: 0;
  top: 0;
}
.section2 .imgbox {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  left: 0;
  top: 0;
  -ms-transform-origin: 72% center;
      transform-origin: 72% center;
  -webkit-transform-origin: 72% center;
  -moz-transform-origin: 72% center;
  opacity: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.section2 .imgbox .svg1 {
  position: absolute;
  -ms-transform-origin: 72% center;
      transform-origin: 72% center;
  -webkit-transform-origin: 72% center;
  -moz-transform-origin: 72% center;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section2 .imgbox .cls-1 {
  fill: #008cd6;
}
.section2 .yebox {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.section2 .svg2 {
  position: absolute;
  -ms-transform-origin: 72% center;
      transform-origin: 72% center;
  -webkit-transform-origin: 72% center;
  -moz-transform-origin: 72% center;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section2 .svg2 .st1 {
  fill: #008cd6;
  /*stroke: rgba(149, 255, 186, 0.28);*/
  stroke-miterlimit: 10;
  stroke-width: 2;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  opacity: .6;
  filter: alpha(opacity=60);
}
.section2 .svg3 {
  position: absolute;
  -ms-transform-origin: 72% center;
      transform-origin: 72% center;
  -webkit-transform-origin: 72% center;
  -moz-transform-origin: 72% center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .2s;
          transition: all .2s;
}
.section2 .svg3 .st2 {
  fill: #008cd6;
  /*stroke: rgba(149, 255, 186, 0.28);*/
  stroke-miterlimit: 10;
  stroke-width: 2;
  stroke-dasharray: 1050;
  stroke-dashoffset: 1050;
  opacity: .6;
  filter: alpha(opacity=60);
}
.section2 .imgbox .svg4 {
  position: absolute;
  -ms-transform-origin: 72% center;
  transform-origin: 72% center;
  -webkit-transform-origin: 72% center;
  -moz-transform-origin: 72% center;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);

}
.section2 .imgbox .svg4 .st2 {
  fill: #2E9F61;
  /*stroke: rgba(149, 255, 186, 0.28);*/
  stroke-miterlimit: 10;
  stroke-width: 2;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
.section2 .video-bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  visibility: visible;
}
.section2 .ifull-video {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.section2 .ban-video {
  position: absolute;
  left: 50%;
  top: -10%;
  height: 120%;
  width: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section2 .bg-img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}
.section2 .imgbox.active {
  opacity: 1;
  -webkit-animation: red-ball22 2.5s ease-in-out forwards 1;
          animation: red-ball22 2.5s ease-in-out forwards 1;
}
.section2 .warp-imgbox.cur {
  -webkit-animation: opacity1 0.2s ease-in-out forwards 1;
          animation: opacity1 0.2s ease-in-out forwards 1;
}
.section2 .yebox.cur {
  opacity: 1;
}
.section2 .yebox.cur2 .svg2 {
  opacity: 0
  /*transition: all .3s 0 ease;*/
}
.section2 .yebox.cur2 .svg4{
  opacity: 1;
  filter: alpha(opacity=100);
}
.section2 .imgbox.active .svg4{
  -webkit-animation: colorAni 3.5s linear;
          animation: colorAni 3.5s linear;
}
.section2 .yebox.cur3 .st2 {
  -webkit-animation: dash1 1s 0s linear;
          animation: dash1 1s 0s linear
  /*fill:rgba(19, 151, 65, 0.9);*/
}
.section2 .bg-img2.cur {
  -webkit-animation: opacity2 5s cubic-bezier(0.22, 0.85, 0.57, 0.93) forwards 1;
          animation: opacity2 5s cubic-bezier(0.22, 0.85, 0.57, 0.93) forwards 1;
}
.section2 .video-bg.cur {
  -webkit-animation: opacity2 5s cubic-bezier(0.22, 0.85, 0.57, 0.93) forwards 1;
          animation: opacity2 5s cubic-bezier(0.22, 0.85, 0.57, 0.93) forwards 1;
}
.section2 .yebox.on, .section2 .warp-imgbox.on, .section2 .bg-img2.on, .section2 .video-bg.on {
  visibility: hidden !important;
}
.section2 .warp2box {
  position: relative;
  height: 100vh;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.85, 0.57, 0.93);
          transition: all 0.6s cubic-bezier(0.22, 0.85, 0.57, 0.93);
}
.section2 .warp2box.active {
  opacity: 1;
  /*background: #008cd6;*/
}
.section2 .warp2box .text .fontjs1{
  opacity:0;
  transform:translate3d(0,25px,0);
  -webkit-transition: all 0.5s .05s ease-out;
          transition: all 0.5s .05s ease-out;
}
.section2 .warp2box .text .fontjs2{
  opacity:0;
  transform:translate3d(0,25px,0);
  -webkit-transition: all 0.5s .1s ease-out;
          transition: all 0.5s .1s ease-out;
}
.section2 .warp2box .text .fontjs3{
  opacity:0;
  transform:translate3d(0,25px,0);
  -webkit-transition: all 0.5s .2s ease-out;
          transition: all 0.5s .2s ease-out;
}
.section2 .warp2box .text.active .fontjs1{
  opacity:1;
  transform:translate3d(0,0,0);
}
.section2 .warp2box .text.active .fontjs2{
  opacity:1;
  transform:translate3d(0,0,0);
}
.section2 .warp2box .text.active .fontjs3{
  opacity:1;
  transform:translate3d(0,0,0);
}



.section2{
  -webkit-transition: background 0.6s cubic-bezier(0.22, 0.85, 0.57, 0.93);
  transition: background 0.6s cubic-bezier(0.22, 0.85, 0.57, 0.93);
}
.section2.active-bg{
  background: #008cd6;
}
.section2 .warp2box.active2 {
  
}
@keyframes dash1 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1050;
  }
}
@-webkit-keyframes dash1 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1050;
  }
}
@keyframes colorAni {
  0{
    opacity: 0;
    filter: alpha(opacity=0);
  }
  60%{
    opacity: 0;
    filter: alpha(opacity=0);
  }
  98% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes colorAni {
    0{
      opacity: 0;
      filter: alpha(opacity=0);
    }
    60%{
      opacity: 0;
      filter: alpha(opacity=0);
    }
    98% {
      opacity: 1;
      filter: alpha(opacity=100);
    }
    100% {
      opacity: 0;
      filter: alpha(opacity=0);
    }
}
.section2 .warp-ulbox, .section2 .swiper-wrapper {
  width: 200vw !important;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 3;
  -webkit-transition: all 3s 0s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 3s 0s cubic-bezier(0.77, 0, 0.175, 1);
}
.section2 .itembox {
  width: 100vw;
  height: 100vh;
  z-index:5;
}
.section2 .warp2box .itembox{
  z-index:3;
}
.section2 .itembox2 {
  height: calc(53vh - 118px);
  margin-top: 118px;
  
}
.section2 .itembox2 .text {
  width: 44vw;
  left: auto;
  right: 3rem;
  position: relative;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .8s 0s ease;
          transition: all .8s 0s ease;
}
.section2 .itembox2 .text .more{
  margin-top:1rem;
}
.section2 .itembox2 .text.active {
  opacity: 1;
}
.section2 .text {
  width: 46vw;
  left: 3.25rem;
  position: relative;
  z-index: 2;
}
.section2 .tit2 {
  line-height: 1.2;
  margin-bottom: .7rem;
}
.section2 .tit3 {
  margin-bottom: .75rem;
  font-family: "AVGARDM",Arial;
}
.section2 .tit4 {
  width:70%;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.section2 .more {
  /*font-size: 16px;*/
  display: block;
  z-index: 1;
}
.section2 .more img {
  margin-top: -2px;
  margin-left: -8px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.section2 .more:hover {
  color: #fff;
}
.section2 .more:hover img {
  margin-left: -2px;
}
.section2 .animatebox {
  width: 200vw !important;
  /* height: 52vh; */
  position: absolute;
  /*opacity:0;*/
  bottom:-5vh;
  left: 0;
  z-index: 2;
}
.section2 .animate-li {
  overflow: hidden;
}
.section2 .animate-li1 {
  position: absolute;
  /*left: 17.7%;*/
  left:0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 2;
  -webkit-transition: width 1.5s 0s cubic-bezier(1, 0.13, 0.52, 0.78),left 1.5s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: width 1.5s 0s cubic-bezier(1, 0.13, 0.52, 0.78),left 1.5s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}
.section2 .animate-li1 img {
  width: 87.5vw;
}
.section2 .animate-li1 .img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
   -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}
.section2 .animate-li1 .img2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}

.section2 .animate-li1 .img3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity:0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}
.section2 .animate-li1 .img4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity:0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}

/*.section2 .animate-li1 .img3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.section2 .animate-li1 .img4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}*/



.section2 .animate-li2 {
  position: absolute;
  right: 6.2%;
  width: 0;
  height: 100%;
  bottom: 0;
  z-index: 2;
  -webkit-transition: width 1.2s .65s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: width 1.2s .65s cubic-bezier(1, 0.13, 0.52, 0.78);
}
.section2 .animate-li2 img {
  width: 76.92vw;
}
.section2 .animate-li2 .img1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
   -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}
.section2 .animate-li2 .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}

.section2 .animate-li2 .img3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}
.section2 .animate-li2 .img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}

/*.section2 .animate-li2 .img3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.section2 .animate-li2 .img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}*/



.section2 .animate-li3 {
  position: absolute;
  /*top: 8.75%;*/
  top:0;
  left: 55.55%;
  width: 0;
  z-index: 3;
  -webkit-transition: width .8s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: width .8s cubic-bezier(1, 0.13, 0.52, 0.78);
}


.section2 .animate-li3 .img2 {
  position: absolute;
  left: 0;
  /*bottom: 0;*/

  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}
.section2 .animate-li3 .img4 {
  position: absolute;
  left: 0;
  bottom:23%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
}
.section2 .animate-li3 .img5{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.section2 .animate-li3 img{
  width:11.14vw;
}
.section2 .animate-li3 .img1{
  width:12vw;
}



.section2 .warp-ulbox.active {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section2 .warp-ulbox.active .animatebox {
  opacity: 1;
}
.section2 .warp-ulbox .animatebox>img{
  width: 100%;
}
.section2 .warp-ulbox.active .animatebox .animate-li1 {
  width: 44%;
  left:17.7%;
}
.section2 .warp-ulbox.active .animatebox .animate-li2 {
  width: 38.46%;
}
.section2 .warp-ulbox.active .animatebox .animate-li3 {
  width: 5.7%;
  -webkit-transition: width .8s .8s cubic-bezier(1, 0.13, 0.52, 0.78);
          transition: width .8s .8s cubic-bezier(1, 0.13, 0.52, 0.78);
}
.section2 .animate-li.cur .img4{
  opacity: 1;
}
.section2 .animate-li.cur2 .img1,.section2 .animate-li.cur2 .img2{
  opacity:0;
  filter: alpha(opacity=0);
}
.section2 .animate-li.cur2 .img3{
  opacity:1;
  filter: alpha(opacity=100);
}
/*.section2 .animate-li.cur .img2 {
  opacity: 1;
}*/
.section2 .animate-li3:hover, .section2 .animate-li.cur {
  opacity: 1;
}
.section2 .animate-li2.on .img2, .section2 .animate-li1.on .img2 {
  opacity: .3;
}

.section2.bg {
  background: #008cd6;
}

.section3 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section3 .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.section3 .text {
  width: 100%;
  height: 33.3vh;
  margin-left: 3.25rem;
  position: relative;
  z-index: 2;
}
.section3 .tit2 {
  line-height: 1.2;
  margin-bottom: .75rem;
}
.section3 .tit3 {
  margin-bottom: .75rem;
  font-family: "AVGARDM",Arial;
}
.section3 .tit6 {
  line-height: 1.8;
}
.section3 .p {
  width: 17.5rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.section3 .more {
  /*font-size: 16px;*/
  z-index: 1;
}
.section3 .more img {
  margin-top: -2px;
  margin-left: -8px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.section3 .more:hover {
  color: #fff;
}
.section3 .more:hover img {
  margin-left: -2px;
}
@media (max-width: 1481px) {
  .section3 .p{
    width:45%;
  }
}

.section4 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section4 .swiper-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background: #fff !important;
  z-index: 1;
}
.section4 .swiper-slide-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  background: #fff !important;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.section4 .swiper-slide-bg.cur {
  opacity: 1;
  z-index: 2;
  background: #fff !important;
  -webkit-transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
          transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.section4 .swiper-text {
  position: absolute;
  width: 55%;
  height: 100%;
  z-index: 2;
  padding-left: 7.2%;
  overflow: hidden;
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.section4 .swiper-text .swiper-wrapper {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.section4 .swiper-text .swiper-slide {
  height: 100vh;
}
.section4 .swiper-text .text {
  width: 100%;
  /*height: 30vh;*/
  height:auto;
  position: relative;
  z-index: 2;
}
.section4 .swiper-text .tit2 {
  line-height: 1.2;
  color: #393939;
  margin-bottom: .7rem;
}
.section4 .swiper-text .tit3 {
  color: #393939;
  margin-bottom: 1rem;
  font-family: "AVGARDM",Arial;
}
.section4 .swiper-text .p {
  color: #757575;
  max-width:80%;
  line-height:2;
  height:95px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.section4 .swiper-text .more {
  color: #008cd6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.section4 .swiper-text .more img {
  margin-top: -2px;
  margin-left: -8px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.section4 .swiper-text .more:hover {
  color: #008cd6;
}
.section4 .swiper-text .more:hover img {
  margin-left: -2px;
}
.section4 .news-swiper {
  position: relative;
  width: 100vw;
  height: 100%;
  z-index: 2;
  left: 56%;
  background: #fff !important;
  overflow: hidden;
  -webkit-transition: left 1.6s cubic-bezier(0.77, 0, 0.175, 1);
          transition: left 1.6s cubic-bezier(0.77, 0, 0.175, 1)
  /*.swiper-wrapper{
    width:100vw;
    padding-left:1.75rem;
  }*/
}
.section4 .news-swiper .img {
  overflow: hidden;
  margin-bottom: .5rem;
}
.section4 .news-swiper .img img {
  width: 100%;
}
.section4 .news-swiper .swiper-slide {
  height: auto;
  display: block;
}
.section4 .news-swiper .tit4 {
  margin-bottom: .5rem;
  color: #393939;
  opacity: .44;
}
.section4 .news-swiper .tit5 {
  color: #393939;
  height:76.4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section4 .swiper-text.active {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.section4 .news-swiper.active {
  position: absolute;
  /*left: 0;*/
  left:70px;
}
@media (max-width: 1681px) {
  .section4 .news-swiper .tit5 {
    height:71px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (max-width: 1481px) {
 /* .section4 .swiper-text .text {
    height: 260px !important;
  }*/
  .section4 .news-swiper .tit5 {
    height:64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (max-width: 1281px) {
  .section4 .news-swiper .tit5 {
    height:61px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .section4 .swiper-text{
    padding-left:3.15rem;
  }
}
@media (max-width: 1100px) {
  .section4 .news-swiper .tit5 {
    height:57.6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.scroll-tip {
  position: absolute;
  width: 100px;
  left: calc(50% - 50px);
  z-index: 3;
  bottom: 1.25rem;
  color: #fff;
}
.scroll-tip .sp {
  margin-bottom: 8px;
}
.scroll-tip .img {
  -webkit-animation: scroll1 1.5s linear infinite;
          animation: scroll1 1.5s linear infinite;
}

@media (max-width: 1480px) {
  .footer-top .ulbox {
    margin-bottom: 1.25rem;
  }
  .footer-top .content-box .content-left{
    width:500px;
    margin-right: 1.5rem;
  }
}
@media (max-width: 1366px) {
  .footer-top .content-box .content-left .spbox{
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
  }



  /*.footer-top {
    margin-bottom: 5vh;
  }*/

  .footer-top .ulbox .sp {
    margin-bottom: 0;
  }

  /*.footer-top .tit5 {
    margin-bottom: .6rem;
  }

  .footer-top .content-box .content-left .spbox {
    margin-bottom: .4rem;
  }

  .footer-top .ulbox .tit4 {
    margin-bottom: .4rem;
  }*/

  .section2 .text {
    width: 50vw;
  }

  /*.section2 .animate-li3 {
    position: absolute;
    top: 4.8vh;
    height: 10.5vh;
    left: calc(33% + 44vw);
    width: 5.7%;
    opacity: 0;
    z-index: 3;
    background: url(../img/img8.png) no-repeat left center;
    background-size: 10.5vw auto;
    -webkit-transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
    transition: opacity 0.8s 0s cubic-bezier(1, 0.13, 0.52, 0.78);
  }*/

  
  
}
@media (max-width: 1370px) {
  .footer-top .content-box .content-left{
    width: 420px;
    margin-right: 1.5rem;
  }
}
@media (max-width: 1480px) {
  /*.footer-top{
    margin-bottom: 10vh;
  }*/
  #fullpage .index-swiper-pagination{
    right: 30px;
  }
}
@media (max-width: 1366px) {
  /*.footer-top{
    margin-bottom: 8vh;
  }*/
}


@-webkit-keyframes red-ball22 {
  0% {
        -webkit-transform: scale(10) rotate(160deg) translate(50%, 11%);
                transform: scale(10) rotate(160deg) translate(50%, 11%);
      }
      
    90% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1) rotate(0deg) translate(0%, 0%);
      transform: scale(1) rotate(0deg) translate(0%, 0%);
      opacity: 1;
    }
}
@keyframes red-ball22 {
    0% {
      -webkit-transform: scale(10) rotate(160deg) translate(15%, 5%);
              transform: scale(10) rotate(160deg) translate(15%, 5%);
    }
    
    90% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1) rotate(0deg) translate(0%, 0%);
      transform: scale(1) rotate(0deg) translate(0%, 0%);
      opacity: 1;
    }
}
@-webkit-keyframes opacity2 {
  0%,70% {
    opacity: 1;
  }
  85%,100% {
    opacity: 0;
  }
}
@keyframes opacity2 {
  0%,70% {
    opacity: 1;
  }
  85%,100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacity1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll1 {
  0%,100% {
    opacity: 0;
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
@keyframes scroll1 {
  0%,100% {
    opacity: 0;
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}
@-webkit-keyframes animate-with1 {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
@keyframes animate-with1 {
  0% {
    width: 0;
  }
  100% {
    width: 40%;
  }
}
.index-js-m {
  opacity: 0;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}

.index-js-m.animate.text {
  opacity: 1;
}

/*公共*/
.w1640 {
  max-width: 1640px;
  width: 90%;
  margin: 0 auto;
}

.loading-sw {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  background: url(../img/loadings.gif) no-repeat center center;
  -webkit-animation: spinner 1000ms infinite linear;
          animation: spinner 1000ms infinite linear;
  z-index: 3;
  zoom: 1;
}

.nbanner {
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  perspective: 3000px;
}
.nbanner .content{
  margin-top:-3rem;
}
.nbanner .img-box {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.nbanner .img-box2{
  z-index:3;
}
.nbanner .img-box3{
  z-index:2;
}
.nbanner .img-bg{
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.nbanner .content {
  position: relative;
  z-index: 2;
}
.nbanner .content .tit2 {
  line-height: 1.4;
}
.nbanner .content .more {
  font-size: 16px;
  z-index: 1;
  margin-top: 1.25rem;
}
.nbanner .content .more img {
  margin-top: -2px;
  margin-left: -8px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.nbanner .content .more:hover {
  color: #fff;
}
.nbanner .content .more:hover img {
  margin-left: -2px;
}
.nbanner .downbtn {
  color: #fff;
  line-height: 1;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 4;
  bottom: 1.25rem;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.nbanner .downbtn p {
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  /*-webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;*/
}
.nbanner .downbtn .btn {
  width: 11px;
  height: 13px;
  margin: 8px auto 0;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.nbanner .downbtn.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nbanner2 {
  height: 15rem;
}
.nbanner2 .content {
  padding-top: 1.5rem;
}
.nbanner2 .content .tit1 {
  line-height: 1.3;
}

.warp-subnav {
  height: 75px;
  position: relative;
  z-index:22;
}
.warp-subnav .subnav {
  height: 75px;
  position: relative;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.warp-subnav .n-subnav {
  height: 75px;
}

.warp-subnav .n-subnav .sub-item a {
  height: 75px;
  line-height: 75px;
  display: block;
  color: #777;
  margin-right: 1.5rem;
  -webkit-transition: color .3s;
          transition: color .3s;
  position: relative;
  outline: none;
}
.warp-subnav .n-subnav .sub-item a:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #ff7700;
  /* -webkit-transition: all .3s;
          transition: all .3s; */
}
.warp-subnav .n-subnav .sub-item a:hover, .warp-subnav .n-subnav .sub-item a.cur {
  color: #ff7700;
  font-weight:900
}
.warp-subnav .n-subnav .sub-item a:hover:before, .warp-subnav .n-subnav .sub-item a.cur:before {
  height: 3px;
  width: 100%;
}
.warp-subnav .n-subnav .sub-item a.cur:before{
  
}
.warp-subnav .n-subnav .sub-item a:last-child {
  margin-right: 0;
}
.warp-subnav .n-subnav .sub-item4{
  width:calc(100% - 300px);
}
.warp-subnav .n-subnav .sub-item4 a{
  margin-right:0;
  width:auto;
}
.warp-subnav .sub-item {
  height: 75px;
  line-height: 75px;
}
.warp-subnav .back-top {
  color: #888;
  cursor: pointer;
}
.warp-subnav .back-top img {
  margin-left: 12px;
  margin-top:-16px;
  animation: trackBallSlide2 5s linear infinite;
}
.warp-subnav .back-tip {
  color: #777777;
  font-size: 15px;
  width: auto;
}
.warp-subnav .back-tip .home {
  margin-right: 20px;
}
.warp-subnav .back-tip .home img {
  height: 16px;
  width: 16px;
  margin-top: -3px;
}
.warp-subnav .back-tip a {
  color: #777777;
  margin-right: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
		  padding:8px;
}
.warp-subnav .back-tip a:hover {
  color: #008cd6;
}
.warp-subnav .subnav.active {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top:0;
}
.warp-subnav2.active .subnav.active{
  top:75px;
}
.warp-subnav .n-subnav .sub-item2 {
  width: calc(100% - 120px);
  overflow: hidden;
}
.warp-subnav .n-subnav .sub-item2 a {
  width: auto;
  margin-right: 5%;
}

@media (max-width: 1440px) {
  .warp-subnav .n-subnav .sub-item2 a {
    margin-right: 2.5% !important;
  }
}
/*招聘中心*/
.main.recruit .tit1 {
  color: #393939;
}
.main.recruit .box1 {
  background: #fff;
  position: relative;
  z-index: 1;
}
.main.recruit .box1 .left {
  width: 50%;
}
.main.recruit .box1 .content {
  padding: 2.35rem 0;
  border-bottom: 1px solid #ececec;
}
.main.recruit .box1 .p {
  margin-top: .6rem;
  line-height: 2;
}
.main.recruit .box1 .right {
  width: 31.2%;
}
.main.recruit .box1 .right img {
  width: 100%;
}
.main.recruit .box2 .tit2 {
  color: #45534b;
  line-height: 1;
  margin-bottom: .5rem;
}
.main.recruit .box2 .content {
  padding: 2.35rem 0;
  border-bottom: 1px solid #ececec;
}
.main.recruit .box2 .p {
  margin-top: .6rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}
.main.recruit .box2 .item-li {
  margin-bottom: 1.25rem;
}
.main.recruit .box2 .item-li:last-child {
  margin-bottom: 0;
}
.main.recruit .box2 .ulbox .li {
  width: 15.2%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
}
.main.recruit .box2 .ulbox .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main.recruit .box2 .ulbox .li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid green;
  right: -6px;
  top: calc(50% - 6px);
  z-index: 2;
}
.main.recruit .box2 .ulbox .li span {
  position: relative;
  z-index: 2;
}
.main.recruit .box2 .ulbox .li:nth-child(1) {
  color: #45534b;
}
.main.recruit .box2 .ulbox .li:nth-child(1):before {
  background: #f2f8f1;
}
.main.recruit .box2 .ulbox .li:nth-child(1):after {
  border-left: 6px solid #f2f8f1;
}
.main.recruit .box2 .ulbox .li:nth-child(1) {
  color: #45534b;
}
.main.recruit .box2 .ulbox .li:nth-child(1):before {
  background: #f2f8f1;
}
.main.recruit .box2 .ulbox .li:nth-child(1):after {
  border-left: 6px solid #f2f8f1;
}
.main.recruit .box2 .ulbox .li:nth-child(2) {
  color: #fff;
}
.main.recruit .box2 .ulbox .li:nth-child(2):before {
  background: #60d093;
}
.main.recruit .box2 .ulbox .li:nth-child(2):after {
  border-left: 6px solid #60d093;
}
.main.recruit .box2 .ulbox .li:nth-child(3) {
  color: #fff;
}
.main.recruit .box2 .ulbox .li:nth-child(3):before {
  background: #29b367;
}
.main.recruit .box2 .ulbox .li:nth-child(3):after {
  border-left: 6px solid #29b367;
}
.main.recruit .box2 .ulbox .li:nth-child(4) {
  color: #fff;
}
.main.recruit .box2 .ulbox .li:nth-child(4):before {
  background: #29b367;
}
.main.recruit .box2 .ulbox .li:nth-child(4):after {
  border-left: 6px solid #29b367;
}
.main.recruit .box2 .ulbox .li:nth-child(5) {
  color: #fff;
}
.main.recruit .box2 .ulbox .li:nth-child(5):before {
  background: #13a153;
}
.main.recruit .box2 .ulbox .li:nth-child(5):after {
  border-left: 6px solid #13a153;
}
.main.recruit .box2 .ulbox .li:nth-child(6) {
  color: #fff;
}
.main.recruit .box2 .ulbox .li:nth-child(6):before {
  background: #008d40;
}
.main.recruit .box2 .ulbox .li:nth-child(6):after {
  display: none;
}
.main.recruit .box3 .content {
  padding: 2.35rem 0;
  border-bottom: 1px solid #ececec;
}
.main.recruit .box3 .tit1 {
  margin-bottom: .6rem;
}
.main.recruit .box3 .p {
  line-height: 2;
}
.main.recruit .box3 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.main.recruit .box4 .content {
  padding: 2.35rem 0;
  border-bottom: 1px solid #ececec;
}
.main.recruit .box4 .tit1 {
  margin-bottom: .75rem;
}
.main.recruit .box4 .imgbox {
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.main.recruit .box4 .imgbox .swiper-pagination {
  bottom: 0;
}
.main.recruit .box4 .imgbox .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.main.recruit .box4 .imgbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008cd6;
}
.main.recruit .box4 .imgbox .img {
  overflow: hidden;
}
.main.recruit .box4 .imgbox p {
  color: #393939;
  margin-top: .5rem;
  text-align: center;
}
.main.recruit .box4 .imgbox img {
  max-width: 100%;
}
.main.recruit .box5{
  padding: 2.5rem 0;
  background:#ebf8ff;
}
.main.recruit .box5 .tab-box{
  margin-top:2rem;
}
.main.recruit .box5 .tab-box .li{
  height:105px;
  line-height:105px;
  width:25%;
  background:#d7eee2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-right:1px solid rgba(255,255,255,.5);
  cursor:pointer;
}
.main.recruit .box5 .tab-box .li:last-child{
  border-right:none;
}
.main.recruit .box5 .tab-box .li:hover,.main.recruit .box5 .tab-box .li.cur{
  background:#fff;
  color:#008cd6;
}
.main.recruit .box5 .tab-box .img{
  width:100%;
  height:30px;
  background-repeat:no-repeat;
  background-position:center top;
  background-size:30px auto;
  margin-bottom:5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.recruit .box5 .tab-box .li:hover .img,.main.recruit .box5 .tab-box .li.cur .img{
  background-position:center bottom;
}
.main.recruit .box5 .warp-ulbox{
  background:#fff;
}
.main.recruit .box5 .ulbox-ajax .contentajax {
  position:relative;
  padding: 1.25rem 1.5rem;
  background:#fff;
}
.main.recruit .box5 .ulbox-ajax .contentajax .imgbox3{
  width:32.7%;
} 
.main.recruit .box5 .ulbox-ajax .contentajax .imgbox3 img{
  width:100%;
}
.main.recruit .box5 .ulbox-ajax .contentajax .imgbox3 span{
  margin:0 7px;
}
.main.recruit .box5 .ulbox-ajax .contentajax .imgbox3 .swiper-pagination-bullet-active{
  background:#008cd6;
}
.main.recruit .box5 .ulbox-ajax .warp-itembox{
  max-height:280px;
  margin-top:1rem;
}

.main.recruit .box5 .ulbox-ajax .contentajax .content-text{
  width:calc(100% - 32.7% - 1.5rem);
  margin-left:1.5rem;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .tit4{
  margin-bottom:.25rem;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .tit5{
  
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li{
  padding:.75rem 0;
  padding-right:1.5rem;
  width:50%;
  border-right:1px dashed #d4d4d4;
  border-bottom:1px dashed #d4d4d4;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li:nth-child(1){
  padding-top:0;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li:nth-child(2){
  padding-top:0;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li:nth-child(2n){
  border-right:none;
  padding-right:0;
  padding-left:1.5rem;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li:last-child{
  border-bottom:none;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li:nth-last-child(2){
  border-bottom:none;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .item-li .tit5{
  line-height:2;
}

.main.recruit .box5 .ulbox-ajax .contentajax .content-text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color:#008cd6;
  border-radius:0;
}
.main.recruit .box5 .ulbox-ajax .contentajax .content-text .mCSB_scrollTools .mCSB_draggerRail{
  width:2px !important;
  background-color:#eee !important;
}

@media (max-width: 1280px) {
  .main.recruit .box5 .tab-box .li{
    height:90px;
    line-height:90px;
  }
}


@media (max-width: 1024px) {
  .main.recruit .box5 .tab-box .li{
    height:75px;
    line-height:75px;
  }
  .main.recruit .box5 .tab-box .img{
    height:24px;
    background-size:24px auto;
  }
  .main.recruit .box5 .ulbox-ajax .contentajax .imgbox3{
    width:768px;
    max-width:100%;
    margin:0 auto 2rem;
  }
  .main.recruit .box5 .ulbox-ajax .contentajax .content-text{
    width:100%;
    margin-left:0;
  }
  .main.recruit .box5 .ulbox-ajax .warp-itembox{
    max-height:none;
  }
  .warp-subnav .n-subnav .sub-item4{
    width:calc(100% - 250px);
  }
}

/*.main.recruit .box5 .content .p {
  color: #666;
  margin-top: .35rem;
  margin-bottom: 2.35rem;
}
.main.recruit .box5 .content .ulbox {
  background: #fafcf9;
  border: 1px solid #deeadc;
}
.main.recruit .box5 .content .ulbox .li {
  width: 25%;
  padding: .75rem;
  border-right: 1px solid #deeadc;
}
.main.recruit .box5 .content .ulbox .tit1 {
  margin-bottom: .8rem;
}
.main.recruit .box5 .content .ulbox .li:last-child {
  border-right: none;
}
.main.recruit .box5 .content .ulbox .tit2 {
  margin-bottom: .22rem;
}
.main.recruit .box5 .content .ulbox .nli {
  margin-bottom: 1rem;
}
.main.recruit .box5 .content .ulbox .nli .p {
  line-height: 2;
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
}*/
.main.recruit .box6 .tit1 {
  margin-bottom: .75rem;
}
.main.recruit .box6 .content {
  padding: 1.25rem 0 2.5rem;
}
.main.recruit .box6 .box6-tab {
  margin-bottom: 1.1rem;
}
.main.recruit .box6 .box6-tab .li {
  color: #777;
  /*font-weight: bold;*/
  margin-right: 1.75rem;
  line-height:1.8;
  -webkit-transition: color .3s;
          transition: color .3s;
  position: relative;
  cursor: pointer;
}
.main.recruit .box6 .box6-tab .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.main.recruit .box6 .box6-tab .li:hover, .main.recruit .box6 .box6-tab .li.cur {
  color: #008b3f;
}
.main.recruit .box6 .box6-tab .li:hover:before, .main.recruit .box6 .box6-tab .li.cur:before {
  height: 3px;
  width: 100%;
}
.main.recruit .box6 .box6-tab .li:last-child {
  margin-right: 0;
}
.main.recruit .box6 .imgbox2 {
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.main.recruit .box6 .imgbox2 .swiper-pagination {
  bottom: 0;
}
.main.recruit .box6 .imgbox2 .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.main.recruit .box6 .imgbox2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008cd6;
}
.main.recruit .box6 .imgbox2 .img {
  overflow: hidden;
}
.main.recruit .box6 .imgbox2 p {
  color: #393939;
  margin-top: .5rem;
  text-align: center;
}
.main.recruit .box6 .imgbox2 img {
  max-width: 100%;
}
.main.recruit .box7 .content {
  padding: 2.875rem 0 2.25rem;
  border-bottom: 1px solid #ececec;
}
.main.recruit .box7 .content .tit1 {
  width: 23%;
}
.main.recruit .box7 .content .ulbox {
  width: 77%;
}
.main.recruit .box7 .content .ulbox .li-item {
  width: 33.3%;
}
.main.recruit .box7 .content .tit2 {
  line-height: 1.4;
  color: #666666;
}
.main.recruit .box7 .content .tit3.tit-30 {
  line-height: 1.4;
}
.main.recruit .box7 .content .tit3 {
  font-family: "DINCOND-BOLD";
}
.main.recruit .box8 .content {
  padding: 2.25rem 0;
}
.main.recruit .box8 .content .tit1 {
  width: 23%;
}
.main.recruit .box8 .content .ulbox {
  width: 77%;
}
.main.recruit .box8 .content .ulbox .li {
  border-bottom: 1px solid #ececec;
}
.main.recruit .box8 .content .ulbox .li-item {
  width: 33.3%;
}
.main.recruit .box8 .content .ulbox .li-item2 {
  width:50%;
  padding-right: 5%;
}
.main.recruit .box8 .content .ulbox .li-item2:last-child{
  width:33.3%;
  max-width: 50%;
  padding-right:0;
}
.main.recruit .box8 .content .ulbox .li {
  padding: 1rem 0;
  padding-right: 3%;
}
.main.recruit .box8 .content .ulbox .li:first-child {
  padding-top: 0;
}
.main.recruit .box8 .content .ulbox .li:last-child {
  border-bottom: none;
}
.main.recruit .box8 .content .tit2 {
  line-height: 1.4;
  color: #666666;
}
.main.recruit .box8 .content .tit3.tit-30 {
  line-height: 1;
  font-family: "DINCOND-BOLD";
}
.main.recruit .box8 .content .tit3 {
  color: #393939;
}


@media (max-width: 1480px) {
  .main.recruit .box1 .left{
    width:48%;
  }
}

.recruit-tip {
  height: 6.25rem;
  background: url(../images/zxjm.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 1.7rem;
  margin-bottom:1.8rem
}
.recruit-tip .tit1 {
  color: #393939;
  margin-bottom: 10px;
  text-align: center;
}
.recruit-tip .button1 {
  width: 130px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #ff7700;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/*投资者关系*/
.main.investor .box1 {
  padding: 2.5rem 0 2.75rem;
}
.main.investor .box1 .leftbox {
  width: 48.78%;
  height: 400px;
  padding: 1.5rem 0.5rem 1rem 1.5rem;
  background: #f8f8f8;
}
.main.investor .box1 .leftbox .tit1 {
  line-height: 1;
}
.main.investor .box1 .leftbox .tit2 {
  font-family: "DINCOND-BOLD";
}
.main.investor .box1 .leftbox .tit3 {
  margin-left: 10px;
}
.main.investor .box1 .leftbox .tit4 {
  font-family: "DINCOND-BOLD";
  margin-left: 10px;
}
.main.investor .box1 .leftbox .tip {
  width: 14px;
  height: 20px;
  margin-left: 10px;
}
.main.investor .box1 .leftbox .text {
  margin-bottom: 1.25rem;
}
.main.investor .box1 .leftbox .ulbox {
  margin-bottom: 2rem;
}
.main.investor .box1 .leftbox .li {
  border-right: 1px solid #ebebeb;
  text-align: center;
  max-width: 25%;
  padding: 0 1rem;
}
.main.investor .box1 .leftbox .li:first-child {
  text-align: left;
  padding-left: 0;
}
.main.investor .box1 .leftbox .li:last-child {
  text-align: right;
  border-right: none;
  padding-right: 0;
}
.main.investor .box1 .leftbox .tit5 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 8px;
}
.main.investor .box1 .leftbox .tit6 {
  line-height: 1;
  font-family: "DINCOND-BOLD";
}
.main.investor .box1 .leftbox .tit7 {
  font-size: 15px;
  line-height: 1;
}
.main.investor .box1 .rightbox {
  width: 48.78%;
  height: 400px;
  padding: 1rem;
  padding-bottom:calc(1rem + 30px);
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.main.investor .box1 .ultab{
  margin-top:.5rem;
}
.main.investor .box1 .ultab .li-item{
  width:10%;
  height:30px;
  line-height:30px;
  text-align:center;
  border:1px solid #d1d1d1;
  cursor:pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.investor .box1 .ultab .li-item:hover,.main.investor .box1 .ultab .li-item.cur{
  color:#fff;
  background:#008cd6;
  border:1px solid #008cd6;
}
.main.investor .box1 .rightbox .nrightbox {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.main.investor .box1 .rightbox .nrightbox img{
  width:100%;
  /*max-height:100%;*/
}
.main.investor .box1 .rightbox .nrightbox iframe {
  width: 618px;
  height: 477px;
}
.main.investor .box1 .bot-p {
  margin-top: .7rem;
  color: #666;
  font-weight: bold;
}
.main.investor .box1 .bot-p span {
  color: #008cd6;
}



.main.investor .box2 {
  padding: 2.5rem 0 2.75rem;
}
.main.investor .box2 .sp1 {
  color: #b1b1b1;
}
.main.investor .box2 .ul-tab {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.main.investor .box2 .ul-tab .sp1 {
  position: relative;
  width: 135px;
  padding-right: 10px;
}
.main.investor .box2 .tab-li {
  width: calc(100% - 135px);
}
.main.investor .box2 .tab-li .li {
  position: relative;
  font-size: 16px;
  color: #777;
  line-height: 66px;
  margin-right: 4.5%;
  -webkit-transition: color .3s;
          transition: color .3s;
  position: relative;
  cursor: pointer;
}
.main.investor .box2 .tab-li .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.main.investor .box2 .tab-li .li:hover, .main.investor .box2 .tab-li .li.cur {
  color: #008b3f;
}
.main.investor .box2 .tab-li .li:hover:before, .main.investor .box2 .tab-li .li.cur:before {
  height: 3px;
  width: 100%;
}
.main.investor .box2 .tab-li .li:last-child {
  margin-right: 0;
  opacity:.7;
  filter: alpha(opacity=70);
}


/*.main.investor .box2 .list-box {
  position: relative;
  z-index: 1;
  padding: 1.25rem 0;
}
.main.investor .box2 .list-box .li {
  width: 30.5%;
  height: 250px;
  padding: .7rem 1rem;
  position: relative;
  border: 1px solid #e8e8e8;
  margin-bottom: 3.8%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main.investor .box2 .list-box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #008cd6;
  opacity: 0;
  -webkit-transform: translate(-5px, 0);
      -ms-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
          transition: opacity .3s ease,transform .3s ease;
}
.main.investor .box2 .list-box .tit1 {
  color: #393939;
  line-height: 1.2;
  margin-bottom: 10px;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
.main.investor .box2 .list-box .tit2 {
  color: #393939;
  line-height: 1.8;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
.main.investor .box2 .list-box .tip-img {
  width: 32px;
  height: 32px;
  position: absolute;
  background-position: center top;
  background-size: 32px auto;
  bottom: .7rem;
  left: 1rem;
  z-index: 2;
  -webkit-transition: background .3s ease;
          transition: background .3s ease;
}
.main.investor .box2 .list-box .z2 {
  position: relative;
  z-index: 2;
}
.main.investor .box2 .list-box .li:hover {
  border: 1px solid transparent;
}
.main.investor .box2 .list-box .li:hover .tit1, .main.investor .box2 .list-box .li:hover .tit2 {
  color: #fff;
}
.main.investor .box2 .list-box .li:hover .tip-img {
  background-position: center bottom;
}
.main.investor .box2 .list-box .li:hover .bg {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.main.investor .box2 .more-btn {
  width: 500px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #f2f8f1;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  color: #008d40;
}
.main.investor .box2 .more-btn img {
  width: 9px;
  height: 5px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}*/
/*新闻中心*/

.main.investor .box2 .list-box {
  width: 70.7%;
  padding-right: 1.5rem;
  border-right: 1px solid #ececec;
}
.main.investor .box2 .list-box .li:first-child{
  padding-top:0;
}
.main.investor .box2 .list-box .li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ececec;
}
.main.investor .box2 .list-box .li:last-child {
  border-bottom: none;
}
.main.investor .box2 .list-box .time {
  width: 70px;
  text-align: center;
}
.main.investor .box2 .list-box .time .tit3, .main.investor .box2 .list-box .time .tit4 {
  color: #393939;
  line-height: 1.2;
}
.main.investor .box2 .list-box .tit5 {
  color: #393939;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.main.investor .box2 .list-box .tit5:hover{
  color:#00892d;
}
.main.investor .box2 .list-box .text {
  width: calc(100% - 120px);
}
.main.investor .box2 .list-box .text .p {
  line-height: 2;
  color:#393939;
}
.main.investor .box2 .itembox {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ececec;
}
.main.investor .box2 .itembox .tit2 {
  color: #393939;
  margin-bottom: .5rem;
  line-height: 1;
}
.main.investor .box2 .itembox .tit3 {
  line-height: 1.5;
  margin-bottom: .65rem;
}
.main.investor .box2 .itembox .p {
  line-height: 2;
}
.main.investor .box2 .itembox .more {
  width: 135px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #008d40;
  border-radius: 5px;
  color: #fff;
  margin-top: .8rem;
  display: block;
}
.main.investor .box2 .more-btn {
  width: 500px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #f2f8f1;
  margin: 15px auto;
  text-align: center;
  cursor: pointer;
  color: #008d40;
}
.main.investor .box2 .more-btn img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main.investor .box2 .recommend-box {
  width: 29.3%;
  padding-left: 1.5rem;
}
.main.investor .box2 .recommend-box .li{
  position:relative;
}
.main.investor .box2 .recommend-box .text{
  position:absolute;
  padding:.75rem 1rem;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
}
.main.investor .box2 .recommend-box .time{
  margin-bottom:.5rem;
  color:#72e199;
}
.main.investor .box2 .recommend-box .tip{
  position:absolute;
  left:1rem;
  bottom:.75rem;
  z-index:1;
}
.main.investor .box2 .recommend-box .tip{
  color:#72e199;
}

.main.investor .box2 .recommend-box .li {
  margin-bottom: 1.5rem;
  display: block;
  position:relative;
}
.main.investor .box2 .recommend-box .img {
  overflow: hidden;
}
.main.investor .box2 .recommend-box .img img {
  width: 100%;
}
.main.investor .box2 .recommend-box .p {
  margin-top: .35rem;
  text-align: center;
  color: #666;
}
.main.investor .box2 .ul-ajax{
  margin-top:1.9rem;
}


.main.investor .box3 {
  padding: 1.75rem 0 2.85rem;
}
.main.investor .box3 .ul-tab {
  width: 100%;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ececec;
}
.main.investor .box3 .tab-li {
  width: 100%;
}
.main.investor .box3 .tab-li .li {
  position: relative;
  font-size: 16px;
  color: #777;
  line-height: 66px;
  margin-right: 4.5%;
  -webkit-transition: color .3s;
          transition: color .3s;
  position: relative;
  cursor: pointer;
}
.main.investor .box3 .tab-li .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.main.investor .box3 .tab-li .li:hover, .main.investor .box3 .tab-li .li.cur {
  color: #008b3f;
}
.main.investor .box3 .tab-li .li:hover:before, .main.investor .box3 .tab-li .li.cur:before {
  height: 3px;
  width: 100%;
}
.main.investor .box3 .tab-li .li:last-child {
  margin-right: 0;
}
.main.investor .box3 .warp-gov {
  height: 100px;
  position: relative;
  z-index: 9;
}
.main.investor .box3 .warp-gov .n-gov {
  height: 100px;
  position: relative;
}
.main.investor .box3 .warp-gov .gov-nav {
  padding-top: 20px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.main.investor .box3 .warp-gov .gov-nav:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 1px;
  background: #ececec;
}
.main.investor .box3 .warp-gov .n-gov.active {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
}
.main.investor .box3 .warp-gov .tit1 {
  color: #777;
}
.main.investor .box3 .warp-gov .tit2 {
  color: #393939;
  line-height: 1.5;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
.main.investor .box3 .warp-gov .li {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.main.investor .box3 .warp-gov .li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 53px;
  border-left: 1px dashed #ececec;
}
.main.investor .box3 .warp-gov .li .tip {
  width: 60px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  text-align: center;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}
.main.investor .box3 .warp-gov .li .tip img {
  opacity: 0;
  max-width: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main.investor .box3 .warp-gov .li:hover .tit2, .main.investor .box3 .warp-gov .li.cur .tit2 {
  color: #008cd6;
}
.main.investor .box3 .warp-gov .li:hover .tip, .main.investor .box3 .warp-gov .li.cur .tip {
  opacity: 1;
}
.main.investor .box3 .warp-gov .li:hover .tip img, .main.investor .box3 .warp-gov .li.cur .tip img {
  opacity: 1;
}
.main.investor .box3 .warp-gov .li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 53px;
  border-left: 1px dashed #ececec;
}
.main.investor .box3 .list-box .li {
  padding: 1.55rem 0;
  width: 100%;
  border-bottom: 1px dashed #ececec;
}
.main.investor .box3 .list-box .li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.main.investor .box3 .list-box .img {
  width: 9rem;
  height: auto;
  margin-right: 1.5rem;
}
.main.investor .box3 .list-box .img img {
  width: 100%;
}
.main.investor .box3 .list-box .tit1 {
  color: #393939;
  margin-bottom: .32rem;
}
.main.investor .box3 .list-box .text {
  padding-top: 1rem;
  width: calc(100% - 10.5rem);
}
.main.investor .box4 {
  padding: 2.25rem 0 4.5rem;
}
.main.investor .box4 .ulbox {
  margin-bottom: 2rem;
}
.main.investor .box4 .ulbox .tit1 {
  color: #666;
  line-height: 1.2;
  margin-bottom: 5px;
}
.main.investor .box4 .ulbox .tit2 {
  line-height: 1.2;
}
.main.investor .box4 #allmap {
  width: 100%;
  height: 15rem;
  min-height:540px;
  position: relative;
  z-index: 1;
}
.main.investor .box4 #allmap .amap-info-content {
  position: relative;
  background: #16954f;
  padding: 0.75rem 1rem !important;
  line-height: 1.4 !important;
  overflow: auto;
  color: #fff;
  font-size: 16px;
}
.main.investor .box4 #allmap .amap-info-outer, .main.investor .box4 #allmap .amap-menu-outer {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 2px !important;
  text-align: center;
}
.main.investor .box4 #allmap .amap-info {
  width: 340px;
}
.main.investor .box4 #allmap .amap-info-sharp {
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #16954f;
  background: none;
}
.main.investor .box4 #allmap .amap-info-close {
  color: #fff;
}
.main.investor .box4 #allmap .amap-info-sharp:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #16954f;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: -1;
}

@media (max-width: 1480px) {
  .main.investor .box1 .leftbox, .main.investor .box1 .rightbox {
    height: 350px;
  }

  .main.investor .box1 .leftbox .li {
    padding: 0 1rem;
  }
}
/*公开窗口*/
.main.openwindow {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 100vh;
}
.main.openwindow .box1 {
  padding: 4.5rem 0 3rem;
  min-height:calc(100vh - 3.5rem);
}
.main.openwindow .box1 .leftbox {
  padding-top: .75rem;
  width: 50.7%;
}
.main.openwindow .box1 .leftbox .p {
  margin-top: .75rem;
  line-height: 2;
  color: #1cc969;
}
.main.openwindow .box1 .leftbox .p .tit4 {
  font-weight: bold;
}
.main.openwindow .box1 .leftbox .middlebox {
  margin: .75rem 0 1.15rem;
}
.main.openwindow .box1 .leftbox .middlebox .tit2 {
  line-height: 1;
  color: #d9ffeb;
}
.main.openwindow .box1 .leftbox .telbox {
  width: 46%;
}
.main.openwindow .box1 .leftbox .telbox .item {
  margin-bottom: .7rem;
}
.main.openwindow .box1 .leftbox .wechatimg {
  width: 46%;
}
.main.openwindow .box1 .leftbox .wechatimg .tit2 {
  margin-bottom: 15px;
}
.main.openwindow .box1 .leftbox .wechatimg .item {
  margin-right: 15px;
}
.main.openwindow .box1 .leftbox .wechatimg .item:last-child {
  margin-right: 0;
}
.main.openwindow .box1 .rightbox {
  width: 40.23%;
  border-radius: 6px;
  background: #fff;
  padding: .9rem 1rem;
}
.main.openwindow .box1 .rightbox .tit2 {
  /*font-size: 15px;*/
  line-height: 1;
  margin-bottom: 10px;
}
.main.openwindow .box1 .rightbox .li {
  margin-bottom: .75rem;
}
.main.openwindow .box1 .rightbox .item {
  width: 46.2%;
}
.main.openwindow .box1 .rightbox .input input {
  width: 100%;
  padding: 10px;
  height: 45px;
  line-height: 23px;
  border: 1px solid #ebebeb;
  background: #f5f5f5;
  text-align: right;
  border-radius: 3px;
}
.main.openwindow .box1 .rightbox .input textarea {
  width: 100%;
  padding: 10px;
  height: 2.875rem;
  line-height: 23px;
  border: 1px solid #ebebeb;
  background: #f5f5f5;
  text-align: right;
  border-radius: 3px;
}
.main.openwindow .box1 .rightbox .input .input2 {
  width: calc(100% - 200px);
  margin-right: 10px;
}
.main.openwindow .box1 .rightbox .input .code {
  width: 60px;
  line-height: 45px;
  text-align: center;
}
.main.openwindow .box1 .rightbox .input .code img {
  max-width: 100%;
  cursor:pointer;
}
.main.openwindow .box1 .rightbox .input .code .img1{
  margin-right:.7rem;
}
.main.openwindow .box1 .rightbox .submit-button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.main.openwindow .box1 .rightbox .submit-button input {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.main.openwindow .box1 .rightbox .submit-button .button {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #008cd6;
  z-index: 1;
}
.main.openwindow .box1 .rightbox .file-button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
}
.main.openwindow .box1 .rightbox .file-button input {
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.main.openwindow .box1 .rightbox .file-button img {
  margin-right: 5px;
  margin-top: -3px;
}
.main.openwindow .box1 .rightbox .file-button .file-button {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  left: 0;
  top: 0;
  text-align: right;
  color: #666;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  z-index: 1;
}
.main.openwindow .box1 .rightbox .file-button .inputname{
  position: absolute;
    color: #ccc;
    font-size: 12px;
    z-index: 10;
    padding-left: 10px;
}
.main.openwindow .box1 .tab-li {
  width: 100%;
  margin-bottom: .9rem;
  border-bottom: 1px solid #ececec;
}
.main.openwindow .box1 .tab-li .li2 {
  position: relative;
  font-size: 16px;
  color: #777;
  height: 45px;
  line-height: 1;
  margin-right: 2.25rem;
  -webkit-transition: color .3s;
          transition: color .3s;
  position: relative;
  cursor: pointer;
}
.main.openwindow .box1 .tab-li .li2:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.main.openwindow .box1 .tab-li .li2:hover, .main.openwindow .box1 .tab-li .li2.cur {
  color: #008b3f;
}
.main.openwindow .box1 .tab-li .li2:hover:before, .main.openwindow .box1 .tab-li .li2.cur:before {
  height: 3px;
  width: 100%;
}
.main.openwindow .box1 .tab-li .li2:last-child {
  margin-right: 0;
}
.main.openwindow .box1 .rightbox2 {
  padding: 1rem 1rem 1.25rem;
}
.main.openwindow .box1 .rightbox2 .li {
  margin-bottom: 1rem;
}
.main.openwindow .box1 .rightbox2 .submit-button {
  margin-bottom: .5rem;
}
.main.openwindow .box1 .rightbox2 .li-item {
  padding: .85rem 0 3px;
  border-bottom: 1px solid #ececec;
}
.main.openwindow .box1 .rightbox2 .tit4 {
  font-size: 15px;
  line-height: 1;
  color: #666;
  margin-bottom: .5rem;
}
.main.openwindow .box1 .rightbox2 .tit5 {
  color: #555;
  line-height: 1;
}
.main.openwindow .box1 .rightbox2 .tit6 {
  font-size: 15px;
  color: #a2a2a2;
}
.main.openwindow .n-cal {
  position: relative;
  z-index: 1;
}

/*招商合作*/
.main.cooperation {
  padding: 1.85rem 0 3rem !important;
  background: #fff;
  z-index: 1;
}
.main.cooperation .content {
  position: relative;
}
.main.cooperation .tit1 {
  line-height:50px;
  color: #777;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0.3rem;
  font-weight:900;
  font-size:36px;
}
.main.cooperation .left-nav {
  width: 260px;
}
.main.cooperation .left-nav .li {
  color: #393939;
  display: block;
  margin-bottom: 2rem;
  line-height: 1;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
}
.main.cooperation .left-nav .li:hover, .main.cooperation .left-nav .li.cur {
  color: #ff7700;
}
.main.cooperation .left-nav.active {
  position: fixed;
  top: calc(50px + 75px);
}
.main.cooperation .left-nav.active2 {
  position: absolute;
  top: auto;
  bottom: 0px;
}
.main.cooperation .rightbox {
  width: 100%;
  border-left: 0px solid #ececec;
  padding-top: 1rem;
}
.main.cooperation .rightbox .tit22 {
  color: #555;
  line-height: 2;
  margin-bottom: .8rem;
  border-bottom:2px #FF6600 solid
}
.main.cooperation .rightbox .tit2 {
  color: #008cd6;
  line-height: 1;
  margin-bottom: .8rem;
}
.main.cooperation .rightbox .p {
  font-size: 15px;
  line-height: 1.5;
  color: #666;

  min-height:1.5rem
}
.main.cooperation .rightbox .tel {
  color: #008cd6;
}
.main.cooperation .rightbox .li-item {
  margin-bottom: 1rem;
}
.main.cooperation .rightbox .li-item:last-child{
  margin-bottom:0;
}
.main.cooperation .rightbox .formbox .tit3 {
  /*font-size: 15px;*/
  color: 666;
  line-height: 1;
  margin-bottom: 10px;
}
.main.cooperation .rightbox .formbox .tit3 .red {
  color: #f10000;
}

.main.cooperation .rightbox .formbox .itembox {
  width: 100%;
  margin-bottom: .75rem;
}
.main.cooperation .rightbox .formbox .li {
  width: 48.46%;
}
.main.cooperation .rightbox .formbox .input input {
  width: 100%;
  padding: 10px;
  height: 45px;
  line-height: 23px;
  border: 1px solid #ebebeb;
  background: #f5f5f5;
  text-align: left;
  border-radius: 3px;
  color:#ccc;
}
.main.cooperation .rightbox .formbox .input textarea {
  width: 100%;
  padding: 10px;
  height: 2.875rem;
  min-height:120px;
  line-height: 23px;
  border: 1px solid #ebebeb;
  background: #f5f5f5;
  text-align: left;
  border-radius: 3px;
}
.main.cooperation .rightbox .formbox .input .input2 {
  width: calc(100% - 70px);
  margin-right: 10px;
}
.main.cooperation .rightbox .formbox .input .code {
  width: 60px;
  line-height: 45px;
  text-align: center;
}
.main.cooperation .rightbox .formbox .input .code img {
  max-width: 100%;
}
.main.cooperation .rightbox .formbox .input .code .img1{
  margin-right:.5rem;
}

.main.cooperation .rightbox .formbox .warp-input .input {
  width: 13%;
  height: 58px;
  line-height: 58px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.main.cooperation .rightbox .formbox .warp-input2 .input
{
  width:18%;
}
.main.cooperation .rightbox .formbox .warp-input2 .input:nth-child(5n){
  margin-right:0;
}
.main.cooperation .rightbox .formbox .warp-input .input label {
  width: 100%;
  height: 58px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.main.cooperation .rightbox .formbox .warp-input .input input {
  width: auto;
}
.main.cooperation .rightbox .formbox .warp-input .input .button {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  background: #f9f9f9;
  border: 1px solid #ececec;
  z-index: 1;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main.cooperation .rightbox .formbox .warp-input .input .button img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main.cooperation .rightbox .formbox .warp-input .input.cur .button {
  background: #008b3f;
  color: #fff;
}
.main.cooperation .rightbox .formbox .warp-input .input.cur .button img {
  opacity: 1;
}
.main.cooperation .rightbox .formbox .nli {
  width: 47.6%;
}
.main.cooperation .rightbox .formbox-top {
  padding-bottom: .55rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ececec;
}
.main.cooperation .rightbox .formbox-bot .input1 {
  width: 132px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}
.main.cooperation .rightbox .formbox-bot .input1 input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.main.cooperation .rightbox .formbox-bot .input1 .button {
  width: 100%;
  height: 100%;
  line-height: 44px;
  color: #fff;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
  background: #008cd6;
  z-index: 1;
}
.main.cooperation .rightbox .formbox-bot .input2 {
  width: 132px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}
.main.cooperation .rightbox .formbox-bot .input2 input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.main.cooperation .rightbox .formbox-bot .input2 .button {
  width: 100%;
  height: 100%;
  line-height: 44px;
  color: #666;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
  background: #eeeeee;
  z-index: 1;
}

/*新闻中心*/
.main.news .box1 {
  padding: 2.25rem 0;
}
.main.news .box1 .list-box {
  width: 70.7%;
  padding-right: 1.5rem;
  border-right: 1px solid #ececec;
}
.main.news .box1 .list-box .li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ececec;
}
.main.news .box1 .list-box .li:last-child {
  border-bottom: none;
}
.main.news .box1 .list-box .time {
  width: 70px;
  text-align: center;
}
.main.news .box1 .list-box .time .tit3, .main.news .box1 .list-box .time .tit4 {
  color: #393939;
  line-height: 1.2;
}
.main.news .box1 .list-box .tit5 {
  color: #393939;
  line-height: 1.5;
  margin-bottom: .4rem;
}
.main.news .box1 .list-box .text {
  width: calc(100% - 120px);
}
.main.news .box1 .list-box .text .p {
  line-height: 2;
}
.main.news .box1 .itembox {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ececec;
}
.main.news .box1 .itembox .tit2 {
  color: #393939;
  margin-bottom: .5rem;
  line-height: 1;
}
.main.news .box1 .itembox .tit3 {
  line-height: 1.5;
  margin-bottom: .65rem;
}
.main.news .box1 .itembox .p {
  line-height: 2;
}
.main.news .box1 .itembox .more {
  width: 135px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #008d40;
  border-radius: 5px;
  color: #fff;
  margin-top: .8rem;
  display: block;
}
.main.news .box1 .more-btn {
  width: 500px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #f2f8f1;
  margin: 15px auto;
  text-align: center;
  cursor: pointer;
  color: #008d40;
}
.main.news .box1 .more-btn img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main.news .box1 .recommend-box {
  width: 29.3%;
  padding-left: 1.5rem;
}
.main.news .box1 .recommend-box .tit2 {
  color: #393939;
  margin-bottom: .7rem;
}
.main.news .box1 .recommend-box .li {
  margin-bottom: 1.5rem;
  display: block;
  position:relative;
}
.main.news .box1 .recommend-box .img {
  overflow: hidden;
}
.main.news .box1 .recommend-box .img img {
  width: 100%;
}
.main.news .box1 .recommend-box .p {
  margin-top: .35rem;
  text-align: center;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
}
.main.news .box1 .recommend-box .tip-btn{
  height:36px;
  line-height:36px;
  border-radius:36px;
  background:#008d40;
  padding:0 15px;
  position:absolute;
  left:.5rem;
  top:.5rem;
}
.main.news .box1 .recommend-box .tip-btn img{
  margin-right:8px;
}

.main.news .box2 {
  padding: 1.5rem 0;
}
.main.news .box2 .tit2 {
  color: #393939;
  margin-bottom: .75rem;
}
.main.news .box2 .tab-ul {
  margin-bottom: 1rem;
}
.main.news .box2 .tab-ul .li {
  color: #777;
  margin-right: 2rem;
  line-height:2.8;
  -webkit-transition: color .3s;
          transition: color .3s;
  position: relative;
  cursor: pointer;
}

.main.news .box2 .tab-ul a .li {
  margin-right: 2rem;
}

.main.news .box2 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.main.news .box2 .tab-ul .li:hover, .main.news .box2 .tab-ul .li.cur {
  color: #008cd6;
}
.main.news .box2 .tab-ul .li:hover:before, .main.news .box2 .tab-ul .li.cur:before {
  height: 3px;
  width: 100%;
}
.main.news .box2 .tab-ul .li:last-child {
 
}

.main.news .box2 .ulbox {
  position: relative;
  z-index: 1;
}
.main.news .box2 .ulbox .li {
  width: 30.5%;
  margin-right:4.25%;
  display:block;
  margin-bottom: 1.25rem;
}


.main.news .box2 .ulbox .li img {
  max-width: 100%;
}
.main.news .box2 .ulbox .li:nth-child(3n){
  margin-right:0;
}
.main.news .box2 .ulbox .img {
  overflow: hidden;
  position: relative;
}
.main.news .box2 .ulbox .video-btn {
  width: 1.525rem;
  height:auto;
  min-width:35px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.main.news .box2 .ulbox .p {
  color: #393939;
  text-align: center;
  margin-top: .5rem;
}
.main.news .box2 .more-btn {
  width: 500px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #f2f8f1;
  margin: 15px auto;
  text-align: center;
  cursor: pointer;
  color: #008d40;
}
.main.news .box2 .more-btn img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.media-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}

.media-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}

.media-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media-alert .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.media-alert .close img {
  width: 10px;
  height: 10px;
}

.media-alert .content {
  position: absolute;
  max-width: 900px;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media-alert .content .video {
  width: 100%;
}

.ex-close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  cursor: pointer;
  z-index: 99;
}
.ex-close .icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  vertical-align: middle;
}
.ex-close .icon .circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.ex-close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}
.ex-close .icon:hover .line.line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ex-close .icon:hover .line.line2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*社会责任*/
.main.social {
  position: relative;
  z-index: 1;
}
.main.social .box1 .content {
  padding: 2.75rem 0;
  border-bottom: 1px solid #ececec;
}
.main.social .box1 .left {
  width: 48.7%;
}
.main.social .box1 .left .tit1 {
  margin-bottom: .45rem;
}
.main.social .box1 .left .p {
  color: #666;
  line-height: 2;
}
.main.social .box1 .right {
  width: 31.7%;
  margin-right: 2.5rem;
}
.main.social .box1 .right .sp {
  padding: 0 1.5rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  width: 98%;
  font-style: italic;
}
.main.social .box1 .right .i {
  width: 19px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main.social .box1 .right .i.i2 {
  left: auto;
  top: auto;
  right:-1.5rem;
  bottom: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main.social .box1 .right .name {
  position: relative;
  margin-left: 1.5rem;
  padding-left: 3.5rem;
}
.main.social .box1 .right .name:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 3.25rem;
  background: #ececec;
  top: calc(50% - 0.5px);
}
.main.social .box1 .right .position {
  margin-left: 5rem;
}
.main.social .box2 {
  /*.li2{
    min-width:14%;
  }
  .li3{
    min-width:21.72%;
  }
  .li4{
    min-width:auto;
    padding-right:0;
  }*/
}
.main.social .box2 .content {
  padding: 2.25rem 0 1rem;
  border-bottom: 1px solid #ececec;
}
.main.social .box2 .ulbox {
  margin-top: .75rem;
}
.main.social .box2 .li {
  min-width: 16%;
  padding-right: 2%;
  margin-bottom: 1.25rem;
}
.main.social .box2 .li:nth-child(6n){
  padding-right:0;
  width:12%;
  min-width:auto;
}
/*.main.social .box2 .li:nth-child(15){
  min-width: 15%;
}*/

.main.social .box2 .tit2 {
  line-height: 1.4;
  margin-bottom: 3px;
}
.main.social .box2 .tit3 {
  color: #393939;
  line-height: 1.2;
}
.main.social .box3 {
  position: relative;
  z-index: 1;
}
.main.social .box3 .content {
  padding: 2.25rem 0 3rem;
  border-bottom: 1px solid #ececec;
}
.main.social .box3 .ulbox {
  margin-top: 1.2rem;
  position: relative;
  z-index: 1;
}
.main.social .box3 .ulbox:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ececec;
  left: 113.5px;
  top: 0;
  z-index: 1;
}
.main.social .box3 .li {
  position: relative;
  z-index: 2;
  padding-bottom: 1.25rem;
}
.main.social .box3 .time {
  width: 110px;
  line-height: 1;
}
.main.social .box3 .dian {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #00863d;
}
.main.social .box3 .text {
  width: calc(100% - 130px);
  padding-left: 1.5rem;
  line-height: 2.6;
  margin-top: -15px;
}
.main.social .box3 .more {
  margin-top: 1.5rem;
  margin-left: 110px;
  cursor: pointer;
}
.main.social .box3 .more img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 10px;
}
.main.social .box4 .content {
  padding: 3rem 0;
}
.main.social .box4 .li {
  width: 33.3%;
  border-left: 1px dashed #e2e2e2;
  padding: 0 7%;
  margin-bottom:2%;
}
.main.social .box4 .li:last-child {
  border-right: 1px solid #e2e2e2;
}
.main.social .box4 .img {
  margin-bottom:.75rem;
}
.main.social .box4 .img img {
  width: 100%;
  height: auto;
}
.main.social .box4 .tit2 {
  color: #393939;
  margin-bottom:.75rem;
}
.main.social .box4 .down {
  width: 135px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  background: #008d40;
  text-align: center;
  display: block;
}
.main.social .box4 .down:hover {
  color: #fff;
}
.main.social .box4 .content {
  padding: 3rem 0 2.25rem;
  border-bottom: 1px solid #ececec;
}
.main.social .box4 .tit1 {
  color: #393939;
  margin-bottom: .55rem;
}
.main.social .box4 .left {
  width: calc(100% - 175px);
  padding-right: 1.5rem;
  border-right: 1px dashed #e2e2e2;
}
.main.social .box4 .left .p {
  line-height: 2;
}
.main.social .box4 .right {
  width: 115px;
  margin-left: 60px;
  text-align: center;
}
.main.social .box4 .right .img {
  margin-bottom: 10px;
}
.main.social .box5 .content {
  padding: 2.35rem 0 2.5rem;
  border-bottom: 1px solid #ececec;
}
.main.social .box5 .tit1 {
  margin-bottom: .75rem;
}
.main.social .box5 .imgbox {
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.main.social .box5 .imgbox .swiper-pagination {
  bottom: 0;
}
.main.social .box5 .imgbox .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.main.social .box5 .imgbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008cd6;
}
.main.social .box5 .imgbox .img {
  overflow: hidden;
}
.main.social .box5 .imgbox p {
  color: #393939;
  margin-top: .5rem;
  text-align: center;
}
.main.social .box5 .imgbox img {
  max-width: 100%;
}
.main.social .box6 .content {
  padding: 2.75rem 0 0;
}
.main.social .box6 .tit2 {
  color: #393939;
  margin-bottom: .75rem;
}
.main.social .box6 .p {
  line-height: 2;
  text-align: justify;
}
.main.social .box6 .ulbox {
  width: 100%;
  margin-top: 1.25rem;
}
.main.social .box6 .ulbox .li {
  width: 50%;
  padding: 1.5rem;
  border: 1px dashed #e2e2e2;
}
.main.social .box6 .ulbox .tit3 {
  color: #393939;
  margin-bottom: .5rem;
}
.main.social .box6 .ulbox .p {
  margin-bottom: 1.25rem;
}
.main.social .box6 .ulbox .img {
  width: 100%;
}
.main.social .box6 .ulbox .img img {
  max-width: 100%;
}
.main.social .box6 .ulbox2 .li {
  width: 33.3%;
  padding: 1.5rem;
  border: 1px dashed #e2e2e2;
}
.main.social .box6 .ulbox2 .tit3 {
  color: #393939;
  margin-bottom: .5rem;
}
.main.social .box7 .tit2 {
  color: #393939;
  margin-bottom: .75rem;
}
.main.social .box7 .p {
  line-height: 2;
}
.main.social .box7 .content {
  padding: 2.05rem 0 0;
}
.main.social .box7 .ulbox {
  margin-top: 1.25rem;
}
.main.social .box7 .ulbox .li {
  width: 100%;
  padding: 1.5rem;
  border: 1px dashed #e2e2e2;
}
.main.social .box7 .ulbox .tit3 {
  color: #393939;
  margin-bottom: .5rem;
}
.main.social .box7 .ulbox .text .p {
  width: 56%;
}
.main.social .box7 .ulbox .text .img {
  width: 23.1%;
  margin-right: 8%;
}
.main.social .box7 .ulbox .text .img img {
  width: 100%;
}
.main.social .box7 .item1 {
  width: 100%;
  padding: 1.5rem;
  border: 1px dashed #e2e2e2;
}
.main.social .box7 .item1 .tit3 {
  color: #393939;
  margin-bottom: .5rem;
}
.main.social .box7 .item1 .p {
  margin-bottom: 1.25rem;
}
.main.social .box7 .ulimg .li {
  width: 47.7%;
  text-align: center;
}
.main.social .box7 .ulimg .img {
  margin-bottom: .5rem;
}
.main.social .box7 .ulimg .img img {
  width: 100%;
}
.main.social .box7 .ulimg .p2 {
  text-align: center;
}
.main.social .box7 .ulimg2 .li {
  width: 32.2%;
  text-align: center;
}
.main.social .box7 .ulimg2 .img {
  margin-bottom: .5rem;
}
.main.social .box7 .ulimg2 .img img {
  width: 100%;
}
.main.social .box7 .ulimg2 .p2 {
  text-align: center;
}
.main.social .box8 {
  padding: 2rem 0;
}
.main.social .box8 .tit2 {
  color: #393939;
  margin-bottom: .75rem;
}
.main.social .box8 .p {
  line-height: 2;
}
.main.social .box8 .content {
  padding: 2.05rem 0 0;
}
.main.social .box8 .item1 {
  width: 100%;
  padding: 1.5rem;
  border-bottom: 1px solid #e2e2e2;
}
.main.social .box8 .item1 .li {
  width: 47.7%;
  text-align: center;
}
.main.social .box8 .item1 .tit3 {
  color: #393939;
  margin-bottom: .5rem;
}
.main.social .box8 .item1 .img {
  overflow: hidden;
}
.main.social .box8 .item1 .img img {
  width: 100%;
}
.main.social .box8 .item1 .p2 {
  margin-top: .5rem;
  text-align: center;
}
.main.social .box9 {
  padding: 0 0 3rem;
}
.main.social .box9 .tit2 {
  color: #393939;
  margin-bottom: .75rem;
}
.main.social .box9 .p {
  line-height: 2;
}
.main.social .box9 .item1 {
  width: 100%;
  margin-top: 1.25rem;
  border: 1px dashed #e2e2e2;
}
.main.social .box9 .item1 .li {
  width: 33.3%;
  padding: 1.5rem;
  border-right: 1px dashed #e2e2e2;
}
.main.social .box9 .item1 .li:last-child {
  border-right: none;
}
.main.social .box9 .item1 .tit4 {
  color: #393939;
  margin-bottom: .5rem;
}
.main.social .box9 .item1 .img {
  width: 100%;
  margin-bottom: .5rem;
  overflow: hidden;
}
.main.social .box9 .item1 .img img {
  width: 100%;
}
.main.social .box9 .item1 .tit3 {
  color: #393939;
  margin-bottom: .5rem;
}
.main.social .box9 .item1 .p2 {
  line-height: 2;
}

/*企业文化*/
.main.culture {
  position: relative;
  z-index: 1;
}
.main.culture .tit1 {
  color: #393939;
  line-height: 1;
}
.main.culture .content {
  padding-top: 1.5rem;
}
.main.culture .left-nav {
  width: 340px;
}
.main.culture .left-nav .ulbox {
  max-height: 50vh;
  margin-bottom: 2rem;
}
.main.culture .left-nav .ulbox .li:last-child {
  margin-bottom: 0;
}
.main.culture .left-nav .li {
  color: #393939;
  display: block;
  margin-bottom: 2rem;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main.culture .left-nav .li:hover, .main.culture .left-nav .li.cur {
  color: #008b3f;
}
.main.culture .left-nav .downbtn-bottom {
  cursor: pointer;
}
.main.culture .left-nav .downbtn-bottom img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}
.main.culture .left-nav {
  position: relative;
  z-index: 1;
}
.main.culture .left-nav .mCSB_draggerContainer {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.main.culture .left-nav.active {
  position: fixed;
  top: calc(75px + 1.5rem);
}
.main.culture .left-nav.active .li {
  margin-bottom: 1.25rem;
}
.main.culture .left-nav.active2 {
  position: absolute;
  top: auto;
  bottom: 0px;
}
.main.culture .left-nav.active2 .li {
  margin-bottom: 1.25rem;
}
.main.culture .rightbox {
  width: calc(100% - 340px);
  border-left: 1px solid #ececec;
  padding-left: 2rem;
}
.main.culture .rightbox .tit2-1 {
  margin-bottom: 1rem;
}
.main.culture .rightbox .tit2 {
  font-weight: bold;
  color: #393939;
  line-height: 1.2;
}
.main.culture .rightbox .tit3 {
  font-weight: bold;
  line-height: 1.2;
}
.main.culture .rightbox .tit4 {
  color: #666;
  font-weight: bold;
  margin-bottom: .35rem;
}
.main.culture .rightbox .tit5 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .35rem;
}
.main.culture .rightbox .tit6 {
  color: #393939;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .35rem;
}
.main.culture .rightbox .p {
  margin-top: .35rem;
  line-height: 2;
}
.main.culture .rightbox .p img {
  margin: 0 auto;
  display: block;
}
.main.culture .rightbox .li-item {
  margin-bottom: 2.75rem;
}
.main.culture .rightbox .img-list .li {
  width: 41%;
}
.main.culture .rightbox .ulbox .tit5 {
  line-height: 1.5;
  margin-bottom: .6rem;
}
.main.culture .rightbox .ulbox .li {
  width: 33.3%;
  border: 1px solid #ececec;
  padding: .75rem;
}
.main.culture .rightbox .ulbox .li2 {
  width: 50%;
}
.main.culture .rightbox .ulbox .li3 {
  width: 100%;
}
.main.culture .rightbox .ulbox .tit7 {
  line-height: 1.5;
  margin-bottom: .25rem;
}
.main.culture .box1 {
  padding: 2rem 0 2.5rem;
  position: relative;
  z-index: 1;
}
.main.culture .box2 {
  padding: 2.25rem 0 1.5rem;
}
.main.culture .box2 .ulbox {
  margin-top: 1.75rem;
}
.main.culture .box2 .li {
  width: 30.5%;
  margin-bottom: 1.25rem;
  background: #f6f9f7;
  position: relative;
}
.main.culture .box2 .tit2 {
  color: #393939;
  line-height: 1.2;
}
.main.culture .box2 .imgbox {
  overflow: hidden;
  position: relative;
}
.main.culture .box2 .imgbox img {
  width: 100%;
}
.main.culture .box2 .time {
  padding: 0 12px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  background: #15964d;
  position: absolute;
  z-index: 2;
  left: 1rem;
  top: 1rem;
}
.main.culture .box2 .time img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.main.culture .box2 .text {
  padding: .75rem 1rem;
}
.main.culture .box2 .p {
  line-height: 2;
  margin-top: .25rem;
}
.main.culture .box3 {
/*  background: #e6f6ee;
  padding: 2rem 0 2.5rem;*/
  overflow: hidden;
}
.main.culture .box3 .tab-ul {
  margin-top: 0rem;
  margin-bottom: 1rem;
  justify-content: space-around !important;
  max-width: 80% !important;
}
.main.culture .box3 .tab-ul .li {
  font-size: 22px;
  /*font-weight: bold;*/
  color: #777;
  
  -webkit-transition: color .3s;
          transition: color .3s;
  position: relative;
  cursor: pointer;
  font-weight:900;
}

.main.culture .box3 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #ff7700;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.main.culture .box3 .tab-ul .li:hover, .main.culture .box3 .tab-ul .li.cur ,.main.culture .box3 .tab-ul .li:hover a{
  color: #ff7700;
}
.main.culture .box3 .tab-ul .li:hover:before, .main.culture .box3 .tab-ul .li.cur:before {
  height: 3px;
  width: 100%;
}
.main.culture .box3 .tab-ul .li:last-child {
  margin-right: 0;
}
.main.culture .box3 .listbox {
  margin-top: 1rem;
  position: relative;
  z-index: 3;
}
.main.culture .box3 .listbox .swiper-wrapper {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.main.culture .box3 .listbox .swiper-slide {
  padding: 1rem .75rem;
  height: auto;
  background: #fff;
  position: relative;
  display:block;
  -webkit-transition: background .5s;
          transition: background .5s;
}
.main.culture .box3 .listbox .swiper-slide:hover {
  background: #ff7700;
}
.main.culture .box3 .listbox .swiper-slide:hover .tip {
  background: rgba(255, 255, 255, 0.9);
  color: #ff7700;
}
.main.culture .box3 .listbox .swiper-slide:hover .tit2 {
  color: #fff;
}
.main.culture .box3 .listbox .swiper-slide:hover .p {
  color: #fff;
}
.main.culture .box3 .listbox .swiper-slide:hover .time {
  color: #fff;
}
.main.culture .box3 .listbox .tip {
  width: auto;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #ff7700;
  border-radius: 35px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  margin-bottom: .5rem;
  -webkit-transition: background .5s,color .5s;
          transition: background .5s,color .5s;
}
.main.culture .box3 .listbox .tit2 {
  color: #393939;
  line-height: 1.75;
  margin-bottom: .5rem;
  -webkit-transition: color .5s;
          transition: color .5s;
}
.main.culture .box3 .listbox .p {
  margin-bottom: 1.8rem;
  line-height: 2;
  -webkit-transition: color .5s;
          transition: color .5s;
}
.main.culture .box3 .listbox .time {
  position: absolute;
  left: .75rem;
  bottom: 1rem;
  font-size: 15px;
  color: #666;
  -webkit-transition: color .5s;
          transition: color .5s;
}

/*企业文化*/
.main.about {
  position: relative;
  z-index: 1;
}
.main.about .box1 {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding: 9.3vh 0 2rem;
}
.main.about .box1 .tit2 {
  color: #393939;
  margin-bottom: 6.25vh;
}
.main.about .box1 .left-nav {
  width: 330px;
}
.main.about .box1 .left-nav .li {
  color: #393939;
  display: block;
  margin-bottom: 7.2vh;
  line-height: 1;
  -webkit-transition: color .3s ease,marginBottom .3s ease;
          transition: color .3s ease,marginBottom .3s ease;
}
.main.about .box1 .left-nav .li:hover, .main.about .box1 .left-nav .li.cur {
  color: #008b3f;
}
.main.about .box1 .left-nav .downbtn-bottom {
  cursor: pointer;
}
.main.about .box1 .left-nav .downbtn-bottom img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}
.main.about .box1 .left-nav .downbtn-CEO {
  cursor: pointer;
}
.main.about .box1 .left-nav .downbtn-CEO img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}
.main.about .box1 .rightbox {
  width: calc(100% - 330px);
  padding-left: 2.25rem;
  /*height:65vh;
  overflow-y:auto;*/
  border-left: 1px solid #ececec;
  position:relative;
}
.main.about .box1 .rightbox:before{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100px;
  z-index:2;
  background:linear-gradient(to top,#fff,rgba(255,255,255,0));
}
.main.about .box1 .rightbox .p {
  line-height: 2;
}
.main.about .box1 .rightbox .list-item {
  height: 65vh;
}
.main.about .box1 .rightbox .li-item {
  margin-bottom: 1.5rem;
}
.main.about .box1 .rightbox .ul .li {
  width: 19.2%;
  border-right: 1px solid #f2f2f2;
}
.main.about .box1 .rightbox .ul .li:last-child {
  border-right: none;
}
.main.about .box1 .rightbox .ul .su {
  font-family: "DINCOND-BOLD";
  color: #393939;
  line-height: 1.5;
  text-align: center;
}
.main.about .box1 .rightbox .ul .sp {
  color: #393939;
  line-height: 1.2;
  text-align: center;
}
.main.about .box1 .rightbox .ul .li2 {
  width: 35.2%;
}
.main.about .box1 .rightbox .ul .li3 {
  width: 26.2%;
}
.main.about .box2 {
  background: url(../img/img46.jpg) no-repeat center center;
  background-size: cover;
}
.main.about .box2 .leftbox {
  width: 50%;
}
.main.about .box2 .leftbox .tit2 {
  margin-bottom: 0rem;
}
.main.about .box2 .leftbox .tit4 {
  color: #777;
  line-height: 2;
  text-align: justify;
}
.main.about .box2 .leftbox .sp {
  margin-right: .5rem;
  line-height: 1.2;
}
.main.about .box2 .leftbox .text {
  margin-top: 1.35rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  padding: .25rem 1.5rem;
  display: inline-block;
  position: relative;
}
.main.about .box2 .leftbox .text .img3{
  position:absolute;
  width:150%;
  height:150%;
  left:15%;
  top:20%;
  z-index:1;
}
.main.about .box2 .leftbox .text .img1, .main.about .box2 .leftbox .text .img2 {
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 1;
}
.main.about .box2 .leftbox .text .img1 {
  left: 0;
  top: 0;
}
.main.about .box2 .leftbox .text .img2 {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.main.about .box2 .rightbox {
  width: 43%;
  position:relative;
  margin-top:8%;
  cursor: pointer;
}
.main.about .box2 .rightbox .video-btn {
    width: 1.525rem;
    height: auto;
    min-width: 35px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
        border-radius: 50%;
    overflow: hidden;
}
.main.about .box2 .rightbox:hover .video-btn {
    animation: spinner 2000ms infinite linear;
}
.main.about .box2 .rightbox img {
  max-width: 100%;
}
.main.about .box2 .rightbox .img1{
  position:absolute;
  width:100%;
  height:100%;
  bottom:0;
  left:0;
}
.main.about .box3 {
  padding: 2rem 0 1.25rem;
}
.main.about .box3 .tit2 {
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.main.about .box3 .title {
  position: relative;
  margin-bottom: 1rem;
  z-index: 1;
}
.main.about .box3 .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  height: 0px;
  width: 100%;
  background: #ececec;
  z-index: 1;
}
.main.about .box3 .title span {
  padding-right: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.main.about .box3 .honor {
  position: relative;
  margin-bottom: 1rem;
  overflow-y: hidden;
}
.main.about .box3 .honor .honor-img {
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.main.about .box3 .honor .honor-img .swiper-pagination {
  bottom: 0;
}
.main.about .box3 .honor .honor-img .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.main.about .box3 .honor .honor-img .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008cd6;
}
.main.about .box3 .honor .honor-img .img {
  overflow: hidden;
}
.main.about .box3 .honor .honor-img p {
  color: #393939;
  margin-top: .5rem;
  text-align: center;
}
.main.about .box3 .honor .honor-img img {
  max-width: 100%;
}
.main.about .box3 .warp-timebox {
  padding: 0 2.25rem;
  margin-bottom: 1.75rem;
}
.main.about .box3 .warp-timebox .swiper-slide {
  color: #888;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
  cursor: pointer;
}
.main.about .box3 .warp-timebox .swiper-slide:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 9px;
  bottom: 0;
  left: calc(50% - 13.5px);
  background: url(../img/img16.png) no-repeat center center;
  background-size: 27px 9px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}
.main.about .box3 .warp-timebox .swiper-slide.cur {
  color: #008cd6;
}
.main.about .box3 .warp-timebox .swiper-slide.cur:before {
  opacity: 1;
}
.main.about .box3 .warp-timebox .swiper-button-prev, .main.about .box3 .warp-timebox .swiper-button-next {
  background-image: none !important;
  margin-top: 0;
  top: calc(50% - 6px);
}
.main.about .box3 .warp-timebox .swiper-button-prev {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #008cd6;
}
.main.about .box3 .warp-timebox .swiper-button-next {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #008cd6;
}
.main.about .box3 .history-list {
  position: relative;
  z-index: 1;
}
.main.about .box3 .leftbox {
  width: 175px;
  border-right: 1px solid #ececec;
}
.main.about .box3 .leftbox .li {
  color: #393939;
  margin-bottom: 1.5rem;
  cursor: pointer;
  -webkit-transition: color .5s ease;
          transition: color .5s ease;
}
.main.about .box3 .leftbox .li:hover, .main.about .box3 .leftbox .li.cur {
  color: #008b3f;
}
.main.about .box3 .rightajax {
  width: calc(100% - 175px);
  padding-left: 1.75rem;
}
.main.about .box3 .rightbox {
  position: relative;
  z-index: 2;
}
.main.about .box3 .rightbox .col1 {
  color: #393939;
}
.main.about .box3 .rightbox .tit3 {
  margin-bottom: .25rem;
}
.main.about .box3 .rightbox .item {
  margin-bottom: .25rem;
}
.main.about .box3 .rightbox .item:last-child {
  margin-bottom: .25rem;
}
.main.about .box4 {
  padding: 2rem 0 2.25rem;
  background: #ebf8ff;
}
.main.about .box4 .parkimg {
  margin-top: 1.25rem;
  padding-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
}
.main.about .box4 .parkimg .swiper-pagination {
  bottom: 0;
}
.main.about .box4 .parkimg .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}
.main.about .box4 .parkimg .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008cd6;
}
.main.about .box4 .parkimg .img {
  overflow: hidden;
}
.main.about .box4 .parkimg p {
  color: #ff7700;
  margin-top: .5rem;
  text-align: center;
}
.main.about .box4 .parkimg img {
  max-width: 100%;
}
.main.about .box5 {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 2.3vh 0 10.4vh;
}
.main.about .box5 .tit2 {
  color: #ff7700;
  margin-bottom: 6.25vh;
}
.main.about .box5 .left-nav {
  width: 330px;
}
.main.about .box5 .left-nav .li {
  color: #393939;
  display: block;
  margin-bottom: 7.2vh;
  line-height: 1;
  -webkit-transition: color .3s ease,marginBottom .3s ease;
          transition: color .3s ease,marginBottom .3s ease;
}
.main.about .box5 .left-nav .li:hover, .main.about .box5 .left-nav .li.cur {
  color: #008b3f;
}
.main.about .box5 .left-nav .downbtn-bottom {
  cursor: pointer;
}
.main.about .box5 .left-nav .downbtn-bottom img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}
.main.about .box5 .rightbox {
  width: calc(100% - 330px);
  padding-left: 2.25rem;
  border-left: 1px solid #ececec;
}
.main.about .box5 .rightbox .list-item {
  height: 65vh;
}
.main.about .box5 .rightbox .p {
  line-height: 2;
}
.main.about .box5 .rightbox .li-item {
  margin-bottom: 1.5rem;
}
.main.about .box5 .rightbox:-webkit-scrollbar {
  display: none;
}

.about .box1 .mCSB_outside + .mCSB_scrollTools {
  right: -14px;
}
.about .box5 .mCSB_outside + .mCSB_scrollTools {
  right: -14px;
}
.about .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}
.about .mCSB_scrollTools {
  width: 6px;
}
.about.main .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
  background-color: #008b3f !important;
}
.about.main .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
  background-color:#008b3f !important;
}
.about .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #e5e5e5 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 0;
}
.about .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #008b3f !important;
  border-radius: 0;
}

.slimscroll {
  height: 100vh !important;
}

/*网点查询*/
.networkmap {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.networkmap #networkmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.networkmap .amap-simple-marker-def-style .amap-simple-marker-icon {
  background-image: url("../img/mbg_v2-fs8.png");
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .networkmap .amap-simple-marker-def-style .amap-simple-marker-icon {
    background-image: url("../img/mbg_v2@2x-fs8.png");
  }
}
.networkmap .amap-simple-marker-label {
  font-size: 15px;
  color: #fff;
}
.networkmap .change-city {
  cursor: pointer;
}
.networkmap .network-content {
  position: absolute;
  top: 18.75vh;
  left: calc(50% - 820px);
  background: #fff;
  width: 26vw;
  padding: .5rem 1rem 1rem;
  z-index: 3;
  border-radius:6px;
  box-shadow: 0px 0px 20px 0 rgba(0, 140, 63, 0.2);
}
.networkmap .amap-info-content {
  position: relative;
  background: #16954f;
  padding: 0.75rem 1rem !important;
  line-height: 1.4 !important;
  overflow: auto;
  color: #fff;
  font-size: 16px;
}
.networkmap .amap-info-outer, .networkmap .amap-menu-outer {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 2px !important;
  text-align: left;
}
.networkmap .amap-info {
  width: 340px;
}
.networkmap .amap-info-sharp {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 50%;
  margin-left: -16px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #16954f;
  background: none;
}
.networkmap .amap-info-close {
  color: #fff;
}
.networkmap .amap-info-sharp:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #16954f;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: -1;
}
.networkmap .network-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #008cd6;
  border-radius: 0;
  width: 2px;
}
.networkmap .network-list .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(211, 211, 211, 0.4);
}
.networkmap .network-ul .li {
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
}
.networkmap .network-ul .tit {
  color: #555;
  line-height: 1.5;
  margin-bottom: .2rem;
}
.networkmap .network-ul .sub-con {
  color: #666;
}
.networkmap .network-ul .address {
  margin-bottom: .25rem;
}
.networkmap .network-ul .sub {
  color: #a2a2a2;
}
.networkmap .network-ul .sub .sub-con {
  color: #a2a2a2;
}
.networkmap .tab-box {
  border-bottom: 1px solid #ececec;
  margin-bottom: .65rem;
}
.networkmap .tab-box .li {
  position: relative;
  font-size: 16px;
  color: #777;
  line-height: 66px;
  margin-right: 2.3rem;
  -webkit-transition: color .3s;
          transition: color .3s;
  position: relative;
  cursor: pointer;
}
.networkmap .tab-box .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.networkmap .tab-box .li:hover, .networkmap .tab-box .li.cur {
  color: #008b3f;
}
.networkmap .tab-box .li:hover:before, .networkmap .tab-box .li.cur:before {
  height: 3px;
  width: 100%;
}
.networkmap .tab-box .li:last-child {
  margin-right: 0;
}
.networkmap .network-list {
  height: 280px;
}
.networkmap .network-add {
  margin-bottom: .5rem;
}
.networkmap .network-add .add img {
  width: 19px;
  height: auto;
  margin-right: 8px;
}
.networkmap .map-search {
  height: 45px;
  line-height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #f5f5f5;
  margin-bottom: .5rem;
}
.networkmap .map-search input {
  height: 43px;
  line-height: 43px;
  background: none;
  border: none;
}
.networkmap .map-search .input {
  text-indent: 20px;
  width: calc(100% - 60px);
}
.networkmap .map-search .input2 {
  width: 50px;
  background: url(../img/img31.png) no-repeat center center;
}
.networkmap .network-result {
  line-height: 45px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1640px) {
  .networkmap .network-content {
    left: 5%;
  }
}
@media (max-width: 1441px) {
.section1 .swiperbtn{
    bottom:2rem;
  }
.footer .content-box .content-right{
  margin-top:32px;
}
.main.openwindow .box1{
  padding:6.5rem 0 1rem
}
.main.investor .box3 .list-box .text .tit-16{
height:140px;
overflow:auto;
}
.main.investor .box3 .list-box .text .tit-16::-webkit-scrollbar-track {
        background: transparent;
    }

    .main.investor .box3 .list-box .text .tit-16::-webkit-scrollbar-thumb {
        background: transparent;
        /*border-radius: 4px;*/
    }

    .main.investor .box3 .list-box .text .tit-16::-webkit-scrollbar-thumb:window-inactive {
        background: transparent;
    }

    .main.investor .box3 .list-box .text .tit-16::-webkit-scrollbar-thumb:vertical:hover {
        background: transparent;
    }
.main.investor .box3 .list-box .text .tit-16:hover::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }


    .main.investor .box3 .list-box .text .tit-16:hover::-webkit-scrollbar-thumb {
        background:#008b3f;
        /*border-radius: 4px;*/
    }

    .main.investor .box3 .list-box .text .tit-16:hover::-webkit-scrollbar-thumb:window-inactive {
        background:#008b3f;
    }

    .main.investor .box3 .list-box .text .tit-16:hover::-webkit-scrollbar-thumb:vertical:hover {
        background:#008b3f;
    }
    .warpnetwork .select .tit{
      font-size:12px;
    }
    .warpnetwork .select .iconfont{
      font-size:14px;
    }
}
@media (max-width: 1366px) {
  .section1 .swiperbtn{
    bottom:2rem;
  }
  .networkmap .network-content {
    top: 12vh;
  }

  .networkmap .network-list {
    height: 140px;
  }
}
.netcolse {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #007c3c;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 12;
  cursor: pointer;
  box-shadow: 8px 0px 30px 0 rgba(0, 140, 63, 0.26);
}

.networkmap.active {
  visibility: visible;
  opacity: 1;
}

.city-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 101;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  -webkit-transform: perspective(500px);
  -moz-transform: perspective(500px);
  -webkit-transform-origin: left center 0;
      -ms-transform-origin: left center 0;
          transform-origin: left center 0;
}
.city-alert .content {
  position: absolute;
  max-height: 180px;
  max-width: 600px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 40px;
  border-radius: 6px;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateY(40deg);
  -moz-transform: rotateY(40deg);
  -webkit-transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1);
          transition: all 1s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.city-alert .selectbox {
  position: relative;
  z-index: 3;
  width:100%;
}
.city-alert .select {
  width: 31%;
  position: relative;
  z-index: 1;
}
.city-alert .select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00642e;
  width: 2px;
}
.city-alert .select .mCSB_outside + .mCSB_scrollTools {
  right: 5px;
  height: 90%;
  top: 5%;
}
.city-alert .select .mCSB_scrollTools {
  width: 8px;
}
.city-alert .select .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(171, 171, 171, 0.4);
}
.city-alert .select .tit {
  height: 45px;
  padding: 0 .4rem;
  font-size: 16px;
  line-height: 45px;
  color: #000;
  border: 1px solid #dedfde;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
}
.city-alert .select .sub {
  padding: 8px 0;
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  height:2rem;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  max-height: 5rem;
  font-size: 15px;
  overflow: hidden;
}
.city-alert .select .sub a {
  padding: 0 .4rem;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #666;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.city-alert .select .sub a:hover {
  background: #007c3c;
  color: #fff;
}
.city-alert .submit {
  position: relative;
  width: 135px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #008d40;
  border-radius: 5px;
  color: #fff;
  margin-top: .8rem;
  display: block;
  cursor: pointer;
  margin: 20px auto 0;
}
.city-alert .colse-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
  background: #eee;
  right: 0px;
  top: 0px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
          transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.city-alert .colse-btn:hover {
  background: #007c3c;
  color: #fff;
}

.city-alert.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.city-alert.active .content {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
}

.navbox .bot .right-box .li {
  position: relative;
  cursor: pointer;
}
.navbox .bot .right-box .img1 {
  width: 35px;
  margin: 0 10px;
}
.navbox .bot .right-box .li:hover .wxbox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.navbox .bot .right-box .wxbox {
  position: absolute;
  bottom: 45px;
  padding: 6px;
  background: #fff;
  width: 100px;
  border-radius: 5px;
  left: calc(50% - 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.navbox .bot .right-box .wxbox img {
  width: 100%;
}
.navbox .bot .right-box .wxbox:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

.nomore {
  display: none;
  text-align: center;
}
.nomore .line {
  width: 12px;
  height: 1px;
  background-color: #e5e5e5;
  display: inline-block;
  vertical-align: middle;
}
.nomore .text {
  padding: 0 36px;
  font-size: 16px;
  color: #666;
}

.nomore1 {
  text-align: left;
  margin-left: 110px;
}

.main-wrap .split, .main-wrap .col div {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1 !important;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.HomeScene {
  overflow: hidden;
  visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.secwen {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: .8s;
          transition: .8s;
}

.secwen.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
          transition: 1s;
}

.animate.add1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.animate.add2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.animate.add3 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.animate.add4 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.animate.add5 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.animate.add6 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.animate.add7 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.animate.add8 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.animate.add9 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.animate.add10 {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

.animate.add11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.conbox {
  -webkit-transform-style: preserve-3d;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.conbox.on1 {
  -webkit-transform: translate(47.7%, -200%) scale3d(0.5, 0.5, 1) matrix3d(0.99985, 0.01745, 0, 0, -0.01745, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, -200, 1);
          transform: translate(47.7%, -200%) scale3d(0.5, 0.5, 1) matrix3d(0.99985, 0.01745, 0, 0, -0.01745, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, -200, 1);
  -webkit-transition: 2s cubic-bezier(0.6, 0.2, 0.1, 1);
          transition: 2s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.conbox.on2 {
  -webkit-transform: translate(-47.7%, 200%) scale3d(0.5, 0.5, 1) matrix3d(0.99985, 0.01745, 0, 0, -0.01745, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, -200, 1);
          transform: translate(-47.7%, 200%) scale3d(0.5, 0.5, 1) matrix3d(0.99985, 0.01745, 0, 0, -0.01745, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, -200, 1);
  -webkit-transition: 2s cubic-bezier(0.6, 0.2, 0.1, 1);
          transition: 2s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.active.section .conbox {
  visibility: inherit;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) matrix(1, 0, 0, 1, 0, 0);
          transform: scale3d(1, 1, 1) matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: 0.8s cubic-bezier(0.6, 0.2, 0.1, 1);
          transition: 0.8s cubic-bezier(0.6, 0.2, 0.1, 1);
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(10px);
    transform: scale(0.4) translateY(10px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
}



@-webkit-keyframes trackBallSlide2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-3px);
    transform: scale(0.9) translateY(-3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(8px);
    transform: scale(0.4) translateY(8px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-3px);
    transform: scale(0.9) translateY(-3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(8px);
    transform: scale(0.4) translateY(8px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-3px);
    transform: scale(0.9) translateY(-3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(8px);
    transform: scale(0.4) translateY(8px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
}
@keyframes trackBallSlide2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-3px);
    transform: scale(0.9) translateY(-3px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(8px);
    transform: scale(0.4) translateY(8px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-3px);
    transform: scale(0.9) translateY(-3px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(8px);
    transform: scale(0.4) translateY(8px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-3px);
    transform: scale(0.9) translateY(-3px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(8px);
    transform: scale(0.4) translateY(8px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8px);
    transform: scale(1) translateY(8px);
  }
}


@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #09b852;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #09b852;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #09b852;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #09b852;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #09b852;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #09b852;
  }
  90% {
    color: #ffffff;
  }
}



/*ie*/
.main.social .box6 .ulbox .p{
  width:100%;
}

/*适应*/

.main.about .box2{
  padding:1.4rem 0 0;
}
.main.about .box5 .rightbox .list-item,.main.about .box1 .rightbox .list-item{
  padding-right:30px;
}
.main.about .box1{
  height: auto;
  padding:calc(15px + 1rem) 0 .5rem;
}
.main.culture .rightbox .li-item:nth-last-child(2){
  margin-bottom:0;
}
.social.main .box2 .ulbox{
  width:100%;
}
@media (max-width: 1681px){
  .main.about .box1{
    padding:calc(15px + 15px) 0 1rem;
  }
  .main.about .box1 .left-nav .li{
    margin-bottom:5vh;
  }
  .main.about .box1 .rightbox .list-item{
    height:55vh;
  }
  .main.about .box1 .tit2{
    margin-bottom:4vh;
    line-height:1.2;
  }

  .main.about .box2 .leftbox .tit2{
    margin-bottom:0rem;
    line-height:1.2;
  }
  .main.about .box5 .tit2{
    margin-bottom:1.8rem;
     line-height:1.2;
  }
}
@media (max-width: 1580px){
  .footer-top .tab-ulbox2 .li,.footer-top .ulbox .sp{
    line-height:2.15 !important;
  }
  .footer-top{
    /*margin-bottom: 25vh !important;*/
    margin-bottom: 15vh !important;
  }
}
@media (max-width: 1500px){
  .footer-top .tab-ulbox2 .li {
    width:100%;
  }
  .footer-top .tab-ulbox2 .li:nth-child(4n){
    padding-right:5px;
  }
  .footer-top .tab-ulbox2 .li:nth-child(5n){
    padding-right:5px;
  }
  .footer-top{
    /*margin-bottom: 22vh !important;*/
    margin-bottom: 15vh !important;
  }
}

@media (max-width: 1481px){
  .main.about .box1 .left-nav{
    width:260px;
  }
  .main.about .box1 .rightbox{
    width:calc(100% - 260px);
  }
  .main.culture .left-nav{
    width:280px;
  }
  .main.culture .rightbox{
    width: calc(100% - 280px);
  }
  .footer-top .tab-ulbox2 .li,.footer-top .ulbox .sp{
    line-height:1.8;
  }
  .nbanner2{
    min-height:380px;
  }
  .main.about .box2 .leftbox .text .img1, .main.about .box2 .leftbox .text .img2{
    width:15px;
    height:auto;
  }
  .main.about .box2 .rightbox{
    width:45%;
  }


  .footer-top .content-box .content-left span,.footer-top .content-box .content-left .add.tit-15{
    font-size:13px;
  }
  .footer-top .ulbox .tit4.tit-16{
    font-size:17px;
    margin-bottom:.3rem;
  }
  .footer-top .ulbox .sp{
    font-size:13px;
  }
}
@media (max-width: 1366px){
  .footer-top{
    margin-bottom: 10vh !important;
  }

  .footer-top .content-box .content-left span,.footer-top .content-box .content-left .add.tit-15{
    font-size:12px;
  }
  .footer-top .ulbox .tit4.tit-16{
    font-size:14px;
    margin-bottom:.2rem;
  }
  .footer-top .ulbox .sp{
    font-size:12px;
  }
}
@media (max-width: 1281px){
  .footer-top .tab-ulbox2 .li,.footer-top .ulbox .sp{
    line-height:2.25;
  }
}


.warp-header {
  height: 118px;
}
.warp-header .n-header {
  background: #ff7700;
}
.col-1 {
  color: #393939;
}
.w1440 {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

/*真伪鉴别*/
.main.identify {
  padding: 2.5rem 0 2.95rem;
  position: relative;
  z-index: 1;
}
.main.identify .box1 {
  padding-bottom: .75rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 2.25rem;
}
.main.identify .box1 .tit2 {
  padding-bottom: .7rem;
  line-height: 1;
}
.main.identify .box2 {
  position: relative;
  z-index: 1;
}
.main.identify .box2 .content {
  position: relative;
}
.main.identify .box2 .left-nav {
  width: 340px;
}
.main.identify .box2 .left-nav .li {
  color: #393939;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.main.identify .box2 .left-nav .li:hover, .main.identify .box2 .left-nav .li.cur {
  color: #008b3f;
}
.main.identify .box2 .left-nav .downbtn-bottom {
  cursor: pointer;
}
.main.identify .box2 .left-nav .downbtn-bottom img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px;
}
.main.identify .box2 .left-nav {
  position: relative;
  z-index: 1;
}
.main.identify .box2 .left-nav.active {
  position: fixed;
  top: calc(118px + 1rem);
}
.main.identify .box2 .left-nav.active .li {
  margin-bottom: 1.25rem;
}
.main.identify .box2 .left-nav.active2 {
  position: absolute;
  top: auto;
  bottom: 0px;
}
.main.identify .box2 .left-nav.active2 .li {
  margin-bottom: 1.25rem;
}
.main.identify .box2 .rightbox {
  width: calc(100% - 340px);
  border-left: 1px solid #ececec;
  padding-left: 2.25rem;
}
.main.identify .box2 .rightbox .li-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main.identify .box2 .rightbox .li-item {
  border-bottom: 1px dashed #ececec;
}
.main.identify .box2 .rightbox .li-item1 .content {
  padding: 1.2rem 0 2rem;
}
.main.identify .box2 .rightbox .li-item2 {
  padding: 1.75rem 0;
}
.main.identify .box2 .rightbox .li-item2 .tit2 {
  margin-bottom: .35rem;
}
.main.identify .box2 .rightbox .li-item2 .item {
  margin-bottom: 2rem;
}
.main.identify .box2 .rightbox .li-item2 .item:last-child {
  margin-bottom: 0;
}

/*模拟空间上色*/
.alert-coloring {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.alert-coloring .tipbox {
  position: absolute;
  width: 1300px;
  background: #fff;
  border-radius: 6px;
  padding: .75rem 1.5rem 1rem;
  bottom: 1.75rem;
  left: calc(50% - 650px);
  z-index: 4;
  text-align: center;
}
.alert-coloring .tipbox .tit3 {
  color: #888;
  margin-bottom: .5rem;
}
.alert-coloring .tipbox .li {
  width: 13.4%;
  height: 2.1rem;
  min-height:65px;
  border-radius: 6px;
  color: #5e5c5a;
  cursor: pointer;
  overflow: hidden;
}
.alert-coloring .tipbox .li p {
  transform: translate(0, 12px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.alert-coloring .tipbox .li img {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 25px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.alert-coloring .tipbox .li:hover p, .alert-coloring .tipbox .li.cur p {
  transform: translate(0, 0);
}
.alert-coloring .tipbox .li:hover img, .alert-coloring .tipbox .li.cur img {
  opacity: 1;
  filter: alpha(opacity=1);
  transform: translate(0, 0);
}
.alert-coloring .tipbox .li:nth-child(1) {
  background: #e3d6d0;
}
.alert-coloring .tipbox .li:nth-child(2) {
  background: #eff1ee;
}
.alert-coloring .tipbox .li:nth-child(3) {
  background: #dcdecb;
}
.alert-coloring .tipbox .li:nth-child(4) {
  background: #c6b9a2;
}
.alert-coloring .tipbox .li:nth-child(5) {
  background: #c3ae96;
}
.alert-coloring .tipbox .li:nth-child(6) {
  background: #ece7ed;
}
.alert-coloring .imgbox {
  position: absolute;
  width: 100%;
  height: 100%;
}
.alert-coloring .imgbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.alert-coloring .bg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: opacity .65s linear;
  -o-transition: opacity .65s linear;
  transition: opacity .65s linear;
}
.alert-coloring .bg.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-coloring .coloring-colse {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #007c3c;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 12;
  cursor: pointer;
  box-shadow: 8px 0px 30px 0 rgba(0, 140, 63, 0.26);
}

.alert-coloring.active {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
}

@media (max-width: 1366px) {
  .alert-coloring .tipbox {
    width: 90%;
    left: 5%;
  }
}

/*隐私政策 */
.main.privacy {
  padding: 2.5rem 0 2.95rem;
  position: relative;
  z-index: 1;
}
.main.privacy .box1 {
  padding-bottom: .75rem;
  margin-bottom: 2.25rem;
}
.main.privacy .box1 .tit2 {
  padding-bottom: .7rem;
  line-height: 1;
}
.main.privacy .box1 .p{
  line-height:2;
}



.warpvideo{
  overflow: hidden;
}
.warpvideo #videobox{
  position:relative;
  z-index:2;
}
.warpvideo .top-controls{
  position:absolute;
  width:100%;
  height:50px;
  line-height:50px;
  left:0;
  top:0;
  padding:0 .5rem;
  z-index:9;
  /*transform:translate(0,-100%);*/
  transition: all .8s ease;
}
.warpvideo .top-controls .title{
  width:65%;
  position:relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index:2;
}
.warpvideo .top-controls .top-button{
  position:relative;
  z-index:2;
}
.warpvideo .top-controls .button{
  width: 35px;
  height: 24px;
  line-height: 24px;
  margin:0 2px;
  text-align:center;
  border:1px solid #fff;
  color:#fff;
  background:transparent;
  cursor:pointer;
  transition: all .3s ease;
}
.warpvideo .top-controls .button:hover,.warpvideo .top-controls .button.cur{
  border:1px solid transparent;
  background:#008b3f;
  color:#fff;
}
.warpvideo .top-controls:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.3);
  z-index:1;
}
.warpvideo:hover .top-controls{
  transform:translate(0,0);
}
.media-alert.on{
  background: rgba(0, 0, 0, .9);
}


/*2020-03-24*/
.more-btn{
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.more-btn:hover{
  background: #e8f6e5 !important;
}
@media (max-width: 1481px) {
  .n-header nav{
    font-size:16px;
  }
  .n-header .item-net{
    font-size:16px;
  }
}
@media (max-width: 1380px) {
  .footer-top .content-box .content-left{
    width:420px;
    margin-right: 1.5rem;
  }
}
@media (max-width: 1281px) {
  .n-header{
    padding:0 5%; 
  }
  .n-header .logo{
    width: 100px;
  }
  .n-header,.warp-header{
    height:80px;
  }
  .n-header nav{
    font-size:14px;
  }
  .n-header .item-net{
    font-size:14px;
  }
  .main.openwindow .box1{
    padding: 5.5rem 0 3rem;
  }
  .nbanner2{
    min-height:300px;
  }
  .footer-top .content-box .content-left{
    width:380px;
  }
}
.footer-top .tit5{
  margin-bottom:.3rem;
  line-height:1.5;
}
.footer-top .tit3,.footer-top .tit5,.footer-top .content-box .content-left .add, .footer-top .content-box .content-left .tel{
  color:#98d1ef;
}
.footer-top .bot-from,.footer-top .input{
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.footer-top .bot-from.active{
  border-bottom: 2px solid #19BA5F;
}
.footer-top .input:hover{
  opacity:.7;
  filter: alpha(opacity=7);
}
.main.openwindow .box1 .rightbox .input input,.main.openwindow .box1 .rightbox .input textarea{
  color:#ccc;
}
.sptip{
  color:#f00;
  opacity:0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transform:translate(0,10px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.sptip.active{
  opacity:1;
  filter: alpha(opacity=100);
  transform:translate(0,0);
}
.li-last .sptip{
  margin-right:200px;
}
.main.openwindow .box1 .rightbox .li span,.main.openwindow .box1 .rightbox .li .input2,.main.openwindow .box1 .rightbox .li textarea.inputanimate,.main.openwindow .box1 .rightbox .li input.inputanimate{
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.main.openwindow .box1 .rightbox .li.active span{
  color: #008cd6;
}
.main.openwindow .box1 .rightbox .li.active .input2,.main.openwindow .box1 .rightbox .li.active textarea.inputanimate,.main.openwindow .box1 .rightbox .li.active input.inputanimate{
  border:1px solid #bedbcc;
  background:#eff7f3
}
.main.openwindow .box1 .rightbox .li .nameinput{
  width:calc(100% - 160px);
}
.main.openwindow .box1 .rightbox .li .ulimgbox{
  margin-top:20px;
}
.main.openwindow .box1 .rightbox .li .ulimgbox img{
  width:100%;
}


.main.openwindow .box1 .rightbox .item.active span{
  color: #008cd6;
}
.main.openwindow .box1 .rightbox .item.active .input2,.main.openwindow .box1 .rightbox .item.active textarea.inputanimate,.main.openwindow .box1 .rightbox .item.active input.inputanimate2{
  border:1px solid #bedbcc;
  background:#eff7f3
}




.main.cooperation .rightbox .formbox .li span,.main.cooperation .rightbox .formbox .li .input2,.main.cooperation .rightbox .formbox .li textarea.inputanimate,.main.cooperation .rightbox .formbox .li input.inputanimate{
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.main.cooperation .rightbox .formbox .li.active span{
  color: #008cd6;
}
.main.cooperation .rightbox .formbox .li.active .input2,.main.cooperation .rightbox .formbox .li.active textarea.inputanimate,.main.cooperation .rightbox .formbox .li.active input.inputanimate{
  border:1px solid #bedbcc;
  background:#eff7f3
}

.main.cooperation .rightbox .formbox .nli.active span{
  color: #008cd6;
}
.main.cooperation .rightbox .formbox .nli.active .input2,.main.cooperation .rightbox .formbox .nli.active textarea.inputanimate,.main.cooperation .rightbox .formbox .nli.active input.inputanimate2{
  border:1px solid #bedbcc;
  background:#eff7f3
}


.main.openwindow .box1 .selectbox{
  position:absolute;
  width:130px;
  height:45px;
  line-height:45px;
  right:5px;
  bottom:0;
  cursor:pointer;
  color:#999;
}
.main.openwindow .box1 .selectbox label{
  margin-right:15px;
}
.main.openwindow .box1 .selectbox label:last-child{
  margin-right:0;
}
.main.openwindow .box1 .selectbox label input{
  margin-right:5px;
}

.main.openwindow .box1 .selectbox .spname{
  text-align:center;
  padding:0 10px;
  color:#666;
  height:45px;
}
.main.openwindow .box1 .selectbox .spname span{
  margin-right:5px;
}
.main.openwindow .box1 .selectbox .spname .btn{
  font-size:12px;
}
.main.openwindow .box1 .selectbox .spitem{
  position:absolute;
  width:100%;
  left:0;
  top:40px;
  text-align:center;
  font-size:14px;
  line-height:30px;
  color:#666;
  background:#fff;
  border-radius:3px;
  overflow:hidden;
  box-shadow: 0px 3px 6px 0 rgba(0,0,0,.1);
  opacity:0;
  filter: alpha(opacity=0);
  transform:translate(0,-10px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.main.openwindow .box1 .selectbox .spitem .option{
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.main.openwindow .box1 .selectbox .spitem .option:hover{
  background:#008cd6;
  color:#fff;
}
.main.openwindow .box1 .selectbox:hover .spitem{
  opacity:1;
  filter: alpha(opacity=100);
  transform:translate(0,0);
}
.submit-button .button{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.submit-button:hover .button{
  background:#ff7700 !important;
}

@media (max-width: 1481px) {
  .main.openwindow .box1 .rightbox .tit2{
    margin-bottom:5px;
  }
  .main.openwindow .box1 .rightbox{
    padding: 1.5rem 1.2rem;
  }
}
@media (max-width: 1281px) {
  .main.openwindow .box1 .rightbox .input input,.main.openwindow .box1 .rightbox .file-button{
    padding: 8px;
    height: 35px;
    line-height: 23px;
  }
  .main.openwindow .box1 .rightbox .file-button .file-button{
    height: 35px;
    line-height:35px;
  }
  .main.openwindow .box1 .rightbox .file-button input{
    height:35px;
  }

  .main.openwindow .box1 .rightbox .input textarea{
    height:6rem;
  }
  .main.openwindow .box1 .selectbox{
    height: 35px;
    line-height: 35px;
  }
  .main.openwindow .box1 .selectbox span{
    line-height:35px;
  }

  .main.openwindow .box1 .leftbox .wechatimg{
    width:52%;
  }
  .main.openwindow .box1 .leftbox .wechatimg .item{
    width:48%;
  }
  .main.openwindow .box1 .leftbox .wechatimg .item{
    margin-right:5px;
  }
}



.main.investor .box3 .list-box2 {
  width: 70.7%;
  padding-right: 1.5rem;
  border-right: 1px solid #ececec;
}
.main.investor .box3 .list-box2 .item-box{
  padding:1.5rem 0;
  border-bottom:1px solid #ececec;
}
.main.investor .box3 .list-box2 .item-box:first-child{
  padding-top:0;
}
.main.investor .box3 .list-box2 .item-box:last-child{
  padding-bottom:0;
  border-bottom:none;
}
.main.investor .box3 .list-box2 .ulbox{
  margin-top:1.5rem;
}
.main.investor .box3 .list-box2 .li {
  width:28.8%;
}
.main.investor .box3 .list-box2 .li img{
  width:100%;
}
.main.investor .box3 .list-box2 .tit1 {
  color: #393939;
  text-align:center;
  width:100%;
  margin-top:.25rem;
}
.main.investor .box3 .list-box2 .text .p {
  line-height: 2;
  color:#393939;
}

.main.investor .box3 .recommend-box {
  width: 29.3%;
  padding-left: 1.5rem;
}
.main.investor .box3 .recommend-box .li{
  position:relative;
}
.main.investor .box3 .recommend-box .text{
  position:absolute;
  padding:.75rem 1rem;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
}
.main.investor .box3 .recommend-box .time{
  margin-bottom:.5rem;
  color:#72e199;
}
.main.investor .box3 .recommend-box .tip{
  position:absolute;
  left:1rem;
  bottom:.75rem;
  z-index:1;
}
.main.investor .box3 .recommend-box .tip{
  color:#72e199;
}
.main.investor .box3 .recommend-box .li {
  margin-bottom: 1.5rem;
  display: block;
  position:relative;
}
.main.investor .box3 .recommend-box .img {
  overflow: hidden;
}
.main.investor .box3 .recommend-box .img img {
  width: 100%;
}
.main.investor .box3 .recommend-box .p {
  margin-top: .35rem;
  text-align: center;
  color: #666;
}
.main.investor .box3 .ul-ajax{
  margin-top:1.9rem;
}

.main.searchbox{

}
.main.searchbox .box1{
  padding:2.25rem 0;
}
.main.searchbox .box1 .title{
  padding-bottom:.5rem;
  border-bottom:1px solid #f1f1f1;
  margin-bottom:1.6rem;
}
.main.searchbox .box1 .title2{
  padding-bottom:.3rem;
  border-bottom:1px solid #f1f1f1;
  margin-bottom:.3rem;
  color:#373737;
}
.main.searchbox .box1 .search__form{
  transform: scale3d(1,1,1);
  transition-duration: 0.5s;
  /*padding: 0.05em 0;*/
  margin: 0 auto;
  line-height: 1;
  border-bottom: 4px solid;
  border-bottom-color:#e8e8e8;
}
.main.searchbox .box1 .search__form .inputbox{
  width:100%;
  transform-origin: 0% 50%;
  transition: transform 0.3s;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.main.searchbox .box1 .search__form .search__input{
  font-family: inherit;
  font-size: 3vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 90%;
  padding:.25em 0;
  color:#ccc;
  background: none;
  border: none;
}
.main.searchbox .box1 .search__form .search__submit{
  max-width: 10%;
  width:auto;
  min-width:35px;
  height:60px;
  top: 12px;
  position: relative;
  background:url(../img/search-btn.png) no-repeat center;
}
.main.searchbox .box1 .search__submit input{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.main.searchbox .box1 .search__info{
  color:#ccc;
  opacity:1;
  transform: translate3d(0, 0, 0);
  width:100%;
  filter: alpha(opacity=100);
}
.main.searchbox .box1 .navulbox{
  margin-bottom:.65rem;
}
.main.searchbox .box1 .navulbox .li.li-top{
  border-bottom:none;
  padding-bottom:0;
}
.main.searchbox .box1 .navulbox .li.li-top .tit1,.main.searchbox .box1 .navulbox .li.li-top .item{
  color:#b1b1b1;
}
.main.searchbox .box1 .navulbox .li:nth-child(2){
  padding-top:.3rem;
}
.main.searchbox .box1 .navulbox .li{
  padding-top:.7rem;
  padding-bottom:.7rem;
  border-bottom:1px dashed #e3e3e3;
}
.main.searchbox .box1 .navulbox .li:last-child{
  border-bottom:none;
}
.main.searchbox .box1 .navulbox .li a{
  display:block;
}
.main.searchbox .box1 .navulbox .li .tit1{
  color:#777;
  width:260px;
  margin-right:20px;
  display:inline-block;
}
.main.searchbox .box1 .navulbox .li .item{
  color:#777;
  margin-right:1.2rem;
}
.main.searchbox .box1 .navulbox .li .item:hover,.main.searchbox .box1 .navulbox .li .tit1:hover{
  color:#008cd6;
}
.main.searchbox .box1 .navulbox .left1{
  width:280px;
}
.main.searchbox .box1 .navulbox .right1{
  width:calc(100% - 280px);
}
.main.searchbox .box1 .tabulbox{
  height:80px;
  line-height:80px;
  border-bottom:1px solid #f1f1f1;
}
.main.searchbox .box1 .tabulbox .li{
  padding:0 1.8rem;
  height:80px;
  line-height:80px;
  color:#373737;
  cursor:pointer;
  position:relative;
  transition: all .3s ease;
}
.main.searchbox .box1 .tabulbox .li:before{
  content:"";
  position:absolute;
  width:1px;
  height:16px;
  top:calc(50% - 8px);
  right:0;
  border-right:1px dashed #d9d9d9;
  z-index:1;
}
.main.searchbox .box1 .tabulbox .li:first-child{
  padding-left:0;
}
.main.searchbox .box1 .tabulbox .li:after{
  content:"";
  position:absolute;
  height:3px;
  width:2.5rem;
  bottom:0;
  background:#ff7700;
  opacity:0;
  filter: alpha(opacity=0);
  left:calc(50% - 1.25rem);
  transition: opacity .3s ease;
}
.main.searchbox .box1 .tabulbox .li:first-child:after{
   left:0;
}
.main.searchbox .box1 .tabulbox .li:hover,.main.searchbox .box1 .tabulbox .li.cur{
  color:#ff7700;
}
.main.searchbox .box1 .tabulbox .li:hover:after,.main.searchbox .box1 .tabulbox .li.cur:after{
  opacity:1;
  filter: alpha(opacity=100);
}
.main.searchbox .box1 .tabulbox{
  /*margin-bottom:1.5rem;*/
}
/*.search-ulbox{
  
}
.search-ulbox .li{
  margin-bottom:1rem;
  width:33.3%;
  padding-right:5%;
  display:block;
}
.search-ulbox .li .tit2{
  color:#777;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width:70%;
}
.search-ulbox .li .p{
  color:#bbb;
   white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width:85%;
}
.search-ulbox .li .tit1{
  margin-bottom:.25rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.search-ulbox .li .tip{
  width:25px;
  height:10px;
  margin-right:5px;
  background:url(../img/2.png) no-repeat left top;
  margin-top:13px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.search-ulbox .li:hover .tit2{
  color:#008cd6;
}
.search-ulbox .li:hover .tip{
  background:url(../img/2.png) no-repeat left bottom;
}*/



.search-ulbox {
  width:100%;
}
.search-ulbox .li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ececec;
}
.search-ulbox .li:last-child {
  border-bottom: none;
}
.search-ulbox .time {
  width: 70px;
  text-align: center;
}
.search-ulbox .time .tit3, .search-ulbox .time .tit4 {
  color: #393939;
  line-height: 1.2;
}
.search-ulbox .tit5 {
  color: #393939;
  line-height: 1.5;
  margin-bottom: .4rem;
}
.search-ulbox .text {
  width: calc(100% - 120px);
}
.search-ulbox .text .p {
  line-height: 2;
}
.search-ulbox .itembox {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ececec;
}
.search-ulbox .itembox .tit2 {
  color: #393939;
  margin-bottom: .5rem;
  line-height: 1;
}
.search-ulbox .itembox .tit3 {
  line-height: 1.5;
  margin-bottom: .65rem;
}
.search-ulbox .itembox .p {
  line-height: 2;
}
.search-ulbox .itembox .more {
  width: 135px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #008d40;
  border-radius: 5px;
  color: #fff;
  margin-top: .8rem;
  display: block;
}
.searchajax .more-btn {
  width: 500px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #f2f8f1;
  margin: 15px auto;
  text-align: center;
  cursor: pointer;
  color: #008d40;
}
.searchajax .more-btn img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search-ulbox .li .tit5{
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.search-ulbox .li:hover .tit5{
  color:#008b3f;
}
@media (max-width: 1481px) {
  .search-ulbox .li .tip{
    margin-top:10px;
  }
}




.warpnetwork .content {
  margin:-10px 0 10px; 
  display:none;
}
.warpnetwork .selectbox {
  position: relative;
  z-index: 3;
  right:0;
  width:100%;
  margin-top:20px;
}
.warpnetwork .select {
  width: 31%;
  position: relative;
  z-index: 1;
}
.warpnetwork .select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00642e;
  width: 2px;
}
.warpnetwork .select .mCSB_outside + .mCSB_scrollTools {
  right: 5px;
  height: 90%;
  top: 5%;
}
.warpnetwork .select .mCSB_scrollTools {
  width: 8px;
}
.warpnetwork .select .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(171, 171, 171, 0.4);
}
.warpnetwork .select .tit {
  height: 45px;
  padding: 0 .4rem;
  font-size: 14px;
  line-height: 45px;
  color: #000;
  border: 1px solid #dedfde;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
}
.warpnetwork .select .sub {
  padding: 8px 0;
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  max-height: 5rem;
  font-size: 13px;
  overflow: hidden;
}
.warpnetwork .select .sub .subajax{
  max-height:5rem;
}
.warpnetwork .select .sub a {
  padding: 0 .4rem;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #666;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.warpnetwork .select .sub a:hover {
  background: #007c3c;
  color: #fff;
}

.warpnetwork .submit {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #008d40;
  border-radius: 5px;
  color: #fff;
  display: block;
  cursor: pointer;
  margin: 5px auto 0;
}




/*美缝剂*/
.main.beautiful_seam {
  padding: 2.5rem 0 2.95rem;
  position: relative;
  z-index: 1;
}
.main.beautiful_seam .box1 {
  padding-bottom: .75rem;
  margin-bottom: 2.25rem;
  border-bottom:1px solid #f1f1f1;
}
.main.beautiful_seam .box1 .tit2 {
  padding-bottom: .5rem;
  line-height: 1;
}
.main.beautiful_seam .box1 .p{
  line-height:2;
}
.main.beautiful_seam .box2 .select-tab{
  width:48.5%;
}
.main.beautiful_seam .box2 .select-span{
  width:100%;
  height:80px;
  line-height:80px;
  border-radius:3px;
  background:#ff7700;
  padding:0 .75rem;
  cursor:pointer;
}
.main.beautiful_seam .box2 span{
  color:#fff;
}
.main.beautiful_seam .box2 .select-warp{
  position:relative;
  z-index:3;
}
.main.beautiful_seam .select-tab{
  position:relative;
  z-index:1;
}
.main.beautiful_seam .box2 .selectbox{
  position:absolute;
  top:80px;
  width:100%;
  padding:.75rem .7rem;
  background:#fff;
  border:1px solid #ff7700;
  border-top:none;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  overflow: hidden;
  opacity:0;
  filter: alpha(opacity=0);
  visibility:hidden;
  transform:translate(0,20px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.beautiful_seam .select-tab:hover .selectbox{
  opacity:1;
  filter: alpha(opacity=100);
  visibility:visible;
  transform:translate(0,0);
}
.main.beautiful_seam .box2 .vitrolite{
  position:relative;
  padding-bottom:.75rem;
}
.main.beautiful_seam .box2 .vitrolite .li{
  width:9%;
  margin-right:1.1%;
  margin-bottom:1.1%;
  cursor:pointer;
}
.main.beautiful_seam .box2 .vitrolite .li:hover,.main.beautiful_seam .box2 .vitrolite .li.cur{
  border: 2px solid #ff7700;
}
.main.beautiful_seam .box2 .vitrolite .li:nth-child(10n){
  margin-right:0;
}
.main.beautiful_seam .box2 .vitrolite .li img{
  width:100%;
}
.main.beautiful_seam .box2 .vitrolite .swiper-pagination{
  bottom:0;
  height:14px;
}
.main.beautiful_seam .box2 .vitrolite .swiper-pagination span{
  width:12px;
  height:12px;
  background:#ccc;
  transform:scale(0.65);
  opacity:1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin:0 6px;
}
.main.beautiful_seam .box2 .vitrolite .swiper-pagination span.swiper-pagination-bullet-active{
  background:#ff7700;
  transform:scale(1);
}

.main.beautiful_seam .box2 .select-result{
  margin-top:.5rem;
  padding:.6%;
  border:1px solid #e8e8e8;
  position:relative;
  z-index:1;
}
.main.beautiful_seam .box2 .nselect-result{
  width:100%;
  padding:.265%;
  position:relative;
}
.main.beautiful_seam .box2 .select-result .bg{
  position:absolute;
  /*width:calc(100% - 10px);
  height:calc(100% - 10px);*/
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-repeat:repeat;
  z-index:1;
}
.main.beautiful_seam .box2 .select-result .li{
  width:7.8%;
  padding-top:7.8%;
  margin:0.265%;
  position:relative;
  z-index:2;
  background-size:cover;
  background-position:50% 50%;
}
.main.beautiful_seam .box2 .p{
  margin-top:.65rem;
}





/*ipad*/
@media (max-width: 1024px){
  .main.social .box1 .right .sp, .main.social .box1 .right .name, .main.social .box1 .right .position{
    white-space: initial !important;
  }
  .main.social .box1 .right .sp{
    font-size:20px !important;
    width:100% !important;
  }
  .main.social .box1 .right .i{
    width:12px !important;
  }
  .main.social .box1 .right{
    width:35%;
  }
  .main.social .box1 .right .i.i2{
    right:0;
  }
  .main.social .box1 .right{
    right:0;
  }
  .main.social .box2 .li{
    width:19%;
    min-width:auto;
  }
  .main.social .box2 .li:nth-child(5n){
    min-width:11%;
    padding-right:0;
  }
  .main.social .box2 .li:nth-child(6n){
    min-width:18%;
    width:auto;
    margin-right:1%;
  }
  .nomore .text{
    font-size:13px;
  }
  .nbanner{
    height:58vh;
  }
  .main.beautiful_seam .box2 .select-span{
    height:60px;
    line-height:60px;
  }
  .main.beautiful_seam .box2 .selectbox{
    top:60px;
  }
  .networkmap .network-content{
    width:32vw;
  }
  .networkmap .network-list{
    height:220px;
  }
  .mCSB_outside+.mCSB_scrollTools{
    right: -10px !important;
  }

  .main.cooperation .rightbox .formbox .warp-input .input{
    height:50px;
    line-height:50px;
  }
  .main.cooperation .rightbox .formbox .warp-input .input label{
    height: 50px;
  }
  .main.cooperation .rightbox .formbox .warp-input .input .button{
    font-size:13px;
  }
  .main.cooperation .rightbox .formbox .warp-input .input .button img{
    width:32px;
    height:32px;
  }
  .main.investor .box1 .leftbox .tit5{
    font-size:12px;
  }
  .main.investor .box1 .leftbox .li{
    max-width:30%;
  }
  .main.social .box5 .imgbox,.main.recruit .box4 .imgbox,.main.recruit .box6 .imgbox2,.main.about .box3 .honor .honor-img{
    padding-bottom:30px;
  }
  .main.social .box5 .imgbox .swiper-pagination span,.main.recruit .box4 .imgbox .swiper-pagination span,.main.recruit .box6 .imgbox2 .swiper-pagination span,.main.about .box3 .honor .honor-img .swiper-pagination span,.main.about .box4 .parkimg .swiper-pagination span{
    width:6px;
    height:6px;
  }
  .main.recruit .box2 .ulbox .li{
    height:50px;
    line-height:50px;
    font-size:12px;
  }
  .nbanner .content .more{
    font-size:12px;
  }
  .main.culture .left-nav{
    width:160px;
  }
  .main.culture .rightbox{
    width:calc(100% - 180px);
  }
  .main.about .box1 .left-nav{
    width:160px;
  }
  .main.about .box1 .rightbox{
    width: calc(100% - 180px);
  }
  .search__form .inputbox,.search__related{
    width: 90% !important;
  }
  .main-wrap .btn--search-close{
    top:5%;
    right:35px;
  }
}
@media (max-width:1024px){
  .n-header nav{
    display:none;
  }
}
@media (max-width: 768px){
  .section4 .swiper-text .p{
    height:86px;
    margin-bottom:60px;
  }
  .section4 .swiperbtn{
    bottom:30px !important;
  }
  .section1 .swiper-button-next, .section1 .swiper-button-prev{
    margin-top:-20px;
  }
  .nbanner{
    height:40vh;
  }
  .main.cooperation .left-nav{
    display:none;
  }
  .main.cooperation .rightbox{
    width:100%;
    padding-left:0;
    border:none;
  }
  .main.cooperation{
    padding: 1.5rem 0 4rem !important;
  }
  
  .main.beautiful_seam .box2 .vitrolite .li{
    width: 14.5%;
    margin-right: 2%;
    margin-bottom:2%;
  }
  .main.beautiful_seam .box2 .vitrolite .li:nth-child(6n){
    margin-right:0;
  }
  .main.beautiful_seam .box2 .vitrolite .li:nth-child(10n){
    margin-right:2%;
  }
  .main.beautiful_seam .box2 .vitrolite .swiper-pagination span{
    width:6px;
    height:6px;
  }
  .main.beautiful_seam .box2 .select-result .li{
    width: 15.65%;
    padding-top: 15.65%;
    margin: 0.5%;
  }
  .main.beautiful_seam .box2 .nselect-result{
    padding:0.5%;
  }
  .networkmap .network-content{
    width:46vw;
  }
  .warpnetwork .select .tit{
    font-size:12px;
  }
  .main.openwindow .box1 .leftbox,.main.openwindow .box1 .rightbox{
    width: 100%;
  }
  .main.openwindow .box1 .leftbox{
    padding-top:2.5rem;
  }
  .main.openwindow .box1 .rightbox{
    margin-top:2rem;
  }
  .main.openwindow .box1{
    min-height: calc(100vh - 5rem);
  }
  .main.openwindow .box1 .rightbox .input input, .main.openwindow .box1 .rightbox .file-button{
    height:50px;
    line-height:34px;
  }
  .main.openwindow .box1 .rightbox .file-button .file-button{
    height:50px;
    line-height:50px;
  }
  .main.openwindow .box1 .selectbox{
    height:50px;
    line-height:50px;
  }

  
  .main.cooperation .tit1{
    line-height:60px;
  }
  .main.openwindow .box1 .rightbox .tit2{
    margin-bottom:8px;
  }
  .main.openwindow .box1 .rightbox .item{
    width: 48%;
  }
  .footer-bot .p{
    width:calc(100% - 260px);
  }
  .footer-bot .p{
    flex-flow: column wrap;
    justify-content:flex-start;
    align-items:flex-start;
  }
  .footer-bot .sp{
    width:100%;
  }
  .main.investor .box1 .leftbox{
    height:auto;
    padding:1.5rem 1rem 1.5rem 1.5rem;
    margin-bottom:1.5rem;
  }
  .main.investor .box1 .leftbox, .main.investor .box1 .rightbox{
    width:100%;
  }
  .warp-subnav .n-subnav .sub-item a{
    margin-right:2.5rem;
  }
  .warp-subnav .n-subnav .sub-item4 a{
    margin-right:0;
  }
  .warp-subnav .back-tip{
    font-size: 12px;
  }
  .main.investor .box4 .ulbox .li{
    margin-bottom:1rem;
  }
  .main.investor .box4 #allmap{
    min-height:360px;
  }
  .main.investor .box4 #allmap .amap-info-content{
    width:300px !important;
    font-size:14px;
  }
  .main.recruit .box5 .content .ulbox .li{
    width:50%;
    border-bottom:1px solid #deeadc;
  }
  .main.culture .left-nav{
    display:none;
  }
  .main.culture .rightbox{
    width:100%;
    border-left:none;
    padding-left:0;
  }
  .main.culture .box3 .listbox .tip{
    font-size:12px;
    height:30px;
    line-height:30px;
  }
  .main.culture .box2 .time img{
    width:15px;
    height:15px;
    margin-right:5px;
  }
  .main.about .box1 .left-nav,.main.about .box5 .left-nav{
    display:none;
  }
  .main.about .box1 .rightbox,.main.about .box5 .rightbox{
    width:100%;
    padding-left:0;
    border-left:none;
  }
  .main.about .box1{
    padding-top:55px;
  }
  .main.about .box5 .rightbox .list-item, .main.about .box1 .rightbox .list-item{
    padding-right:0;
  }
  .main.about .box5 .rightbox .list-item,.main.about .box1 .rightbox .list-item{
    height:auto;
  }
  .about .box1 .mCSB_outside + .mCSB_scrollTools{
    display:none;
  }
  
}

.section4 .swiperbtn {
  position: absolute;
  right: 1.75rem;
  bottom: 1.25rem;
  z-index: 2;
  width: 110px;
  height: 38px;
}
.section4 .swiperbtn a{
  color:#008cd6;
}
.section4 .swiperbtn a img{
  margin-left:-5px;
}
.section4 .prvebtn, .section4 .nextbtn {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 2px solid rgba(57, 57, 57, 0.05);
  border-radius: 50%;
  margin-top: 0;
  background: none;
  font-size: 20px;
  color:#cecbcb;
  position:absolute;
  top:calc(50% - 19px);
  z-index:6;
  cursor:pointer;
  box-sizing: content-box;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.section4 .prvebtn {
  left:0;
}
.section4 .nextbtn {
  right:0;
  
}
.section4 .prvebtn.active,.section4 .nextbtn.active{
  opacity:.5;
  filter: alpha(opacity=50);
}


.about-page.blur{
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.park-content{
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:99;
  background:rgba(0,0,0,.5);
  opacity:0;
  filter: alpha(opacity=0);
  visibility:hidden;
  
}
.park-content.active{
  opacity:1;
  filter: alpha(opacity=100);
  visibility:visible;
}
.park-content .warpslider{
  width:62.12vw;
  max-width:90%;
  margin:0 auto;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.park-content .warpslider .slick-slide{
  position:relative;
}
.park-content .warpslider .slick-slide .title{
  position:absolute;
  padding:1rem 0 1.5rem 1rem;
  bottom:0;
  left:0;
  z-index:2;
}
.park-content .slider-nav{
  width:100%;
}
.park-content .slider-nav .slick-track{
  margin-left:0;
}
.park-content .slider-nav .slick-list{
 
}
.park-content .slider-for{
  width:100%;
  height:71.5vh;
}
.park-content .slider-for img{
  max-height:100%;
  max-width:100%;
}
.park-content .slider-for .slick-slide{
  height:71.5vh;
}
.park-content .slider-nav .slick-slide{
  margin:10px 5px 0;
  height:11.6vh;
}
.park-content .slider-for .slick-slide .slide-inner{
  width:62.12vw;
}
.park-content .slider-nav .slick-slide img{
  max-width:100%;
  max-height:100%;
}

.park-content .slider-for .slick-prev, .park-content .slider-for .slick-next{
  width: 48px;
  height: 48px;
  background-color:#bfbfbf;
  border-radius:50%;
}
.park-content .slider-for .slick-prev:before, .park-content .slider-for .slick-next:before{
  display:none;
}
.park-content .slider-for .slick-prev{
  background-image:url(../img/park1.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:13px auto;
  z-index:99;
  left: calc(50% - 50vw + 1rem);
  transform:rotate(-90deg);
  box-shadow: 8px 0px 30px 0 rgba(0, 140, 63, 0.26);
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.park-content .slider-for .slick-next{
 background-image:url(../img/park2.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:13px auto;
  z-index:99;
  transform:rotate(-90deg);
  right: calc(50% - 50vw + 1rem);
  box-shadow: 8px 0px 30px 0 rgba(0, 140, 63, 0.26);
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.park-content .slider-for .slick-prev:hover,.park-content .slider-for .slick-next:hover{
  background-color:#008cd6;
}
.park-content .slider-nav .slick-slide .slide-inner{
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.park-content .slider-nav .slick-slide.slick-current .slide-inner{
  border:4px solid #008cd6;
}

.park-content .slider-nav .slick-slide .slide-inner{
  width:100%;
  height:100%;
  background-size:cover;
}
.park-content .slider-for .slick-slide .slide-inner{
  width:100%;
  height:100%;
  background-size:cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.park-content .slider-for .slick-slide .slide-inner img{
  width:auto;
}
.park-content .colse-btn{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #007c3c;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 12;
  cursor: pointer;
  box-shadow: 8px 0px 30px 0 rgba(0, 140, 63, 0.26);
}







/*产品栏目*/
.main.products .select-box {
  background: #fff;
  padding: 1.5rem 0 .35rem;
}

.main.products .select-box .spname {
  color: #b1b1b1;
  width: 150px;
  padding-right: 10px;
}

.main.products .select-box .item-li {
  padding: .6rem 0;
}

.main.products .select-box .item-li:last-child {
  border-top: 1px solid #ececec;
}

.main.products .select-box .item-li-right {
  width: calc(100% - 150px);
}

.main.products .select-box .item-li span {
  margin-right:2%;
  cursor: pointer;
  width:130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  margin-bottom:5px;
  color: #777;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main.products .select-box .item-li span:hover, .main.products .select-box .item-li span.cur {
  color: #008cd6;
  font-weight: 600;
}

.main.products .select-box .item-li2 span {
  margin-bottom: .5rem;
}

.main.products .box2 {
  background: #ebf8ff;
  padding: 1rem 0 2.75rem;
}

.main.products .box2 .more-btn {
  width: 500px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #d9eee3;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  color: #008d40;
}

.main.products .box2 .more-btn img {
  width: 9px;
  height: 5px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main.products .box2 .sp-name {
  height: 30px;
  line-height: 30px;
}

.main.products .box2 .spbox {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c7ded2;
  background: #d9eee3;
  color: #555;
  margin-left: 25px;
  cursor: pointer;
}

.main.products .box2 .spbox .colsebtn {
  margin-left: 4px;
}

.main.products .box2 .ulbox {
  padding: 1rem 0 0;
}

.main.products .box2 .ulbox .li {
  width: 22.74%;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 3.06%;
  margin-right:3.01%;
}
.main.products .box2 .ulbox .li:nth-child(4n){
  margin-right:0;
}

.main.products .box2 .ulbox .li .img {
  margin: 0.75rem auto 2rem;
  width: 7.5rem;
  min-width:180px;
  text-align: center;
  max-height: 231px;
   transition: .5s ease-in-out;
}

.main.products .box2 .ulbox .li .img img {

  max-width: 100%;
  
}

.main.products .box2 .ulbox .li .img:hover{
  transition: .5s ease-in-out;
	transform:scale3d(1.1,1.1,1);
}

.main.products .box2 .ulbox .li .text {
  padding: 0 0 1rem;
}

.main.products .box2 .ulbox .li .tit2 {
  color: #555;
  margin-bottom: .2rem;
  text-align: center;
  padding: 0 .75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main.products .box2 .ulbox .li .tit3 {
  color: #777;
  padding: 0 .75rem;
  margin-bottom: .7rem;
  height:48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
  text-align: center;
}

.main.products .box2 .ulbox .li .bot .detail-btn, .main.products .box2 .ulbox .li .bot .buy-btn {
  width: 50%;
  color: #008cd6;
  cursor: pointer;
}


.main.products .box2 .ulbox .li .bot img {
  margin-right: 10px;
}

.main.products .box2 .ulbox .li .bot .detail-btn {
  border-right: 1px solid #dbebe3;
}
.main.products .box2 .ulbox .li .bot .detail-btn2{
  border-right:none;
}

.main.products .box2 .ulbox .li .tip {
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  z-index: 1;
  top: .55rem;
  left: .55rem;
}

.tip.red {
  background: #e30920;
}

.tip.bule {
  background: #ff7700;
}

.main.products-info {
  padding: 2.15rem 0 0;
  background: #fff;
  z-index: 1;
}

.main.products-info .top-title {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #ececec;
}
.main.products-info .top-title .back-btn{
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
     color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #008cd6;
    border-radius: 22px;
    box-shadow: 0 0 20px 6px rgb(0 140 63 / 20%);
	padding:10px 25px 10px 25px; 
  
}
.main.products-info .top-title .back-btn:hover{
  color:#98d1ef;
}
.main.products-info .top-title .back-btn img {
  margin-left: 10px;
}

.main.products-info .content {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ececec;
}

.main.products-info .box2 .proswiper {
  width: 38.88%;
  /*padding-top:38.8%;*/
  background: #f8f8f8;
}

.main.products-info .box2 .proswiper .swiper-slide {
  padding-top: 100%;
}

.main.products-info .box2 .tip {
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  z-index: 1;
  top: .75rem;
  left: .75rem;
}

.main.products-info .box2 .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width:10rem;
  height:10rem;
  min-width:300px;
  min-height:300px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.main.products-info .box2 .img img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  z-index: 1;
}

.main.products-info .box2 .video-btn {
  position: absolute;
  width: 61px;
  height: 61px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

.main.products-info .box2 .swiper-pagination {
  bottom: 1rem;
}

.main.products-info .box2 .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #b9cfc3;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 1;
}

.main.products-info .box2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #008cd6;
}

.main.products-info .box2 .protext {
  width: calc(100% - 38.8% - 2.5rem);
  margin-left: 2.5rem;
}

.main.products-info .box2 .protext .tit3 {
  color: #555;
  font-weight:900
}

.main.products-info .box2 .protext .tit4 {
  color: #555;
}

.main.products-info .box2 .protext .tit5 {
  color: #555;
    font-size:18px;
  margin-bottom: .6rem;
}

.main.products-info .box2 .protext .p {
  color: #555;
  min-height: 6rem;
  margin-bottom: 1rem;
  line-height: 2.1;
}

.main.products-info .box2 .protext .p2 {
  color: #777;
  margin-top: .65rem;
}

.main.products-info .box2 .protext .bot a {
  width: 190px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main.products-info .box2 .protext .bot a.href1 {
  background: #e30920;
  margin-right: .5rem;
}

.main.products-info .box2 .protext .bot a.href2 {
  background: #008cd6;
}

.main.products-info .box2 .protext .bot a:hover {
  color: #fff;
}

.main.products-info .box3 {
  padding-bottom: 1.5rem;
}

.main.products-info .box3 .item-li {
  padding: 1.25rem 0;
  border-bottom: 1px dashed #ececec;
}

.main.products-info .box3 .item-li:last-child {
  border-bottom: none;
}
.main.products-info .box3 .item-li:last-child .itemleft {
  padding-top: 1.25rem;
}

.main.products-info .box3 .item-li .itemleft {
  width: 250px;
  padding-right: 10px;
  color: #555;
  font-weight:900
}

.main.products-info .box3 .item-li .itemright {
  width: calc(100% - 250px);
}
.main.products-info .box3 .item-li .itemright>.p {
  width: 100%;
}
.main.products-info .box3 .item-li .itemright img {
  /*max-width: 3.2rem;
  max-height: 2.5rem;
  margin-right: 1.85rem;*/
  max-width:100%;
}

.main.products-info .box3 .item-li .itemright .p {
  line-height: 2.1;
}
.main.products-info .box3 .item-li .itemright .p img {
  max-width: 100%;
}

.main.products-info .box3 .item-li .itemright .tit4 {
  color: #555;
  font-weight: bold;
  margin-bottom: .5rem;
}

.main.products-info .box3 .item-li .itemright .ulbox {
  width: 100%;
  margin-bottom: 1rem;
}

.main.products-info .box3 .item-li .itemright .ulbox .li {
  padding-right: 8%;
  width: 40%;
}

.main.products-info .box3 .item-li .itemright .ulbox .li:last-child {
  width: 20%;
  padding-right: 0;
}

.main.products-info .box3 .item-li .itemright .ulbox .li span {
  margin-right: .7rem;
}

.main.products-info .box3 .item-li .itemright .p2 {
  color: #999;
  line-height: 2;
}

.main.products-info .box3 .item-li:last-child {
  padding: 0;
}

.main.products-info .box3 .item-li .itemright .ulbox2 {
  width: 100%;
}
.box3 .item-li .itemright .ulbox2.len .li{
  width:100%;
  border-right:none;
}

.main.products-info .box3 .item-li .itemright .ulbox2 .li {
  width: 50%;
  height: 3.4rem;
  border-right: 1px dashed #ececec;
  border-bottom: 1px dashed #ececec;
}

.main.products-info .box3 .item-li .itemright .ulbox2 .li p {
  width: calc(100% - 130px);
  padding-right: 15px;
}

.main.products-info .box3 .item-li .itemright .ulbox2 .li {
  width: 50%;
  color: #555;
}

.main.products-info .box3 .item-li .itemright .ulbox2 .li:nth-child(2n) {
  padding-left: 1rem;
  border-right: none;
}

.main.products-info .box3 .item-li .itemright .ulbox2 .li .down {
  width: 130px;
}

.main.products-info .box3 .item-li .itemright .ulbox2 .li .btn {
  width: 22px;
  height: 23px;
  background: url(../img/proimg6.png) no-repeat top center;
  margin-right: 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main.products-info .box3 .item-li .itemright .ulbox2 .li:hover {
  color: #008cd6;
  font-weight: bold;
}

.main.products-info .box3 .item-li .itemright .ulbox2 .li:hover .btn {
  background: url(../img/proimg6.png) no-repeat bottom center;
}

.warp-subnav2 {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  visibility: hidden;
}

.warp-subnav2.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.warp-subnav2 .buttonbox {
  width: 170px;
}

.warp-subnav2 .buttonbox a {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.warp-subnav2 .buttonbox a.href1 {
  background: #e30920;
  margin-right: .5rem;
}

.warp-subnav2 .buttonbox a.href2 {
  background: #008cd6;
}

.warp-subnav2 .buttonbox a:hover {
  color: #fff;
}

.main.cases .box1 {
  padding-top: 2.2rem;
}

.main.cases .warp-ulbox {
  position: relative;
  z-index: 2;
}

.main.cases .box-tab {
  margin-bottom: 1.1rem;
}

.main.cases .box-tab .li {
  color: #555;
  padding-bottom:8px;
  margin-right: 1.75rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
  cursor: pointer;
}

.main.cases .box-tab .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main.cases .box-tab .li:hover, .main.cases .box-tab .li.cur {
  color: #008b3f;
}

.main.cases .box-tab .li:hover:before, .main.cases .box-tab .li.cur:before {
  height: 3px;
  width: 100%;
}

.main.cases .box-tab .li:last-child {
  margin-right: 0;
}

.main.cases .box2 {
  background: #ebf8ff;
  padding: 1.5rem 0 2.75rem;
}

.main.cases .box2 .tab-box {
  margin-top: 2rem;
}

.main.cases .box2 .tab-box .li {
  height: 105px;
  line-height: 105px;
  background: #d7eee2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.main.cases .box2 .tab-box .li:last-child {
  border-right: none;
}

.main.cases .box2 .tab-box .li:hover, .main.cases .box2 .tab-box .li.cur {
  background: #fff;
  color: #008cd6;
}

.main.cases .box2 .tab-box .img {
  width: 100%;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 70px;
  margin-bottom: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main.cases .box2 .tab-box .li:hover .img, .main.cases .box2 .tab-box .li.cur .img {
  background-position: center bottom;
}

.main.cases .box2 .warp-ulbox {
  background: #fff;
}

.main.cases .box2 .content {
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.main.cases .box2 .tab-item {
  margin-bottom: 1.5rem;
}

.main.cases .box2 .tab-item .sp {
  background: url(../img/proimg8.png) no-repeat center center;
  opacity: .4;
  filter: alpha(opacity=40);
  width: 56px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  display: block;
  color: #fff;
  margin-right: 7px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-size: cover;
}
.main.cases .box2 .warp-ulbox .buttonbox{
  position:absolute;
  right:0;
  top:0;
  z-index:2;
  width:calc(100% / 6);
  height: 105px;
  line-height: 105px;
  background: #d7eee2;
  cursor: pointer;
  opacity:0;
  filter: alpha(opacity=0);
  visibility:hidden;
}
.main.cases .box2 .warp-ulbox .buttonbox.active{
  opacity:1;
  filter: alpha(opacity=100);
  visibility:visible;
}
.main.cases .box2 .warp-ulbox .buttonbox .svgbuttom{
  width:30px;
  height:30px;
  line-height:26px;
  text-align:center;
  border:2px solid #565656;
  border-radius:50%;
}
.main.cases .box2 .warp-ulbox .buttonbox .svgbuttom svg{
  width:22px;
  height:22px;
  border-radius:50%;
}
.main.cases .box2 .warp-ulbox .buttonbox p{
  width:100%;
  line-height:1.6;
  color:#555;
  margin-top:8px;
  text-align:center;
}
.main.cases .box2 .warp-ulbox .prev-button .svgbuttom{
  transform:rotate(-180deg);
}

.main.cases .box2 .tab-item .li {
  color: #777;
  height: 40px;
  padding: 0 1.5rem;
  width: auto;
  border-right: 1px dashed #dbdbdb;
}

.main.cases .box2 .tab-item .li:first-child {
  padding-left: 0;
}

.main.cases .box2 .tab-item .li:hover .sp, .main.cases .box2 .tab-item .li.cur .sp {
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.main.cases .box2 .tab-item .li:hover, .main.cases .box2 .tab-item .li.cur {
  font-size: 22px;
  color: #008cd6;
}

.main.cases .portext .textajax {
  position: relative;
  z-index: 2;
}

.main.cases .box2 .text {
  width: 38.1%;
}
.main.cases .box2 .text .tit4 {
  margin-bottom: 5px;
}
.main.cases .box2 .text .tit5 {
  background: #29b367;
  border-radius: 5px;
  padding: 0 8px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
}
.main.cases .box2 .text .tit6 {
  margin-top: .5rem;
  line-height: 2.1;
  margin-bottom: 1.5rem;
}
.main.cases .box2 .text .tit6 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #008cd6;
  border-radius: 0;
}
.main.cases .box2 .text .tit6 .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px !important;
  background-color: #eee !important;
}
.main.cases .box2 .text .min-height {
  /*max-height: calc(100% - 150px - 4rem);*/
}
.main.cases .box2 .text .max-height {
  max-height: 460px;
}

.main.cases .box2 .bot-proimg {
  text-align: center;
  display: inline-block;
}
.main.cases .box2 .bot-proimg .img {
  max-width: 160px;
  max-height: 160px;
  margin-bottom: 10px;
}
.main.cases .box2 .bot-proimg .img img {
  max-width: 100%;
  max-height: 100%;
}
.main.cases .box2 .bot-proimg p {
  color: #00722d;
  display: inline-block;
}
.main.cases .box2 .bot-proimg p img {
  margin-right: 10px;
}

.main.cases .box2 .imgbox {
  width: 58.3%;
  overflow: hidden;
}
.main.cases .box2 .imgbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.main.cases .box2 .imgbox .dian {
  position: absolute;
  z-index: 2;
}
.main.cases .box2 .imgbox .dian .su {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #008cd6;
  color: #fff;
  opacity: .4;
  filter: alpha(opacity=40);
  transform: scale(1, 1);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.cases .box2 .imgbox .dian .hoverimg {
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.85, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.cases .box2 .imgbox .dian .hoverimg .img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #0d9249;
  background-size: cover;
}
.main.cases .box2 .imgbox .dian .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #0d9249;
}
.main.cases .box2 .imgbox .dian .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #0d9249;
}
.main.cases .box2 .imgbox .dian .ripple-1 {
  -webkit-animation: ripple 2.5s linear infinite;
}
.main.cases .box2 .imgbox .dian .ripple-2 {
  -webkit-animation: ripple 2.5s linear infinite 0.75s;
}
.main.cases .box2 .imgbox .dian:hover .su, .main.cases .box2 .imgbox .dian.cur .su {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0, 0);
}
.main.cases .box2 .imgbox .dian:hover .hoverimg, .main.cases .box2 .imgbox .dian.cur .hoverimg {
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.main.cases .box2 .imgbox img {
  width: 100%;
}

@keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}


.main.create .item-li {
  padding: 2.5rem 0;
  border-bottom: 1px dashed #d7d7d7;
}
.main.create .item-li .img {
  width: 50%;
}
.main.create .item-li .img img {
  width: 100%;
}
.main.create .item-li .text {
  width: 50%;
  padding-right: 2rem;
}
.main.create .item-li .tit2 {
  margin-bottom: .7rem;
}
.main.create .item-li .p {
  margin-bottom: .7rem;
  line-height: 2.1;
  text-align: justify;
  max-height: 6rem;
  margin-bottom: 2.25rem;
}
@media (max-width: 1481px){
  .main.create .item-li .p{
    max-height:240px;
  }
}
@media (max-width: 1366px){
  .main.create .item-li .p{
    max-height:200px;
  }
}
.main.create .item-li .p .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #008cd6;
  border-radius: 0;
}
.main.create .item-li .p .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px !important;
  background-color: #eee !important;
}
.main.create .item-li:nth-child(odd) {
  flex-direction: row-reverse;
}
.main.create .item-li:nth-child(even) .text {
  padding-left: 2rem;
  padding-right: 0;
}
.main.create .li {
  padding: 0 1rem;
  position: relative;
}
.main.create .li:before {
  content: "";
  position: absolute;
  width: 1px;
  right: 0;
  height: 52px;
  top: calc(50% - 26px);
  border-right: 1px dashed #d0d0d0;
}
.main.create .li:first-child {
  padding-left: 0;
}
.main.create .li:last-child {
  padding-right: 0;
}
.main.create .li:last-child:before {
  border-right: none;
}
.main.create .su div {
  font-family: "DINCOND-BOLD";
  display: inline-block;
}
.main.create .su span {
  font-size: 13px;
  color: #666;
  line-height: 1;
}
.main.create .item-li:last-child {
  border-bottom: none;
}

.main.ingenuity .box1 {
  padding: 1.75rem 0 2.5rem;
}
.main.ingenuity .tabul {
  border-bottom: 1px solid #ececec;
}
.main.ingenuity .tabul .li {
  height: 70px;
  line-height: 70px;
  margin-right: 1.75rem;
  color: #777;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.ingenuity .tabul .li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #008cd6;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.ingenuity .tabul .li:hover, .main.ingenuity .tabul .li.cur {
  color: #008cd6;
}
.main.ingenuity .tabul .li:hover:before, .main.ingenuity .tabul .li.cur:before {
  width: 100%;
  height: 3px;
}
.main.ingenuity .text {
  padding: 2.2rem 0;
  border-bottom: 1px dashed #d5d5d5;
}
.main.ingenuity .text .p {
  line-height: 2.1;
  margin-top: .5rem;
}
.main.ingenuity .itembox {
  padding: 2.5rem 0;
  border-bottom: 1px dashed #d5d5d5;
}
.main.ingenuity .itembox .ulbox {
  position: relative;
}
.main.ingenuity .itembox .ulbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eee;
  width: 100%;
  bottom: 0;
}
.main.ingenuity .itembox .li {
  position: relative;
  padding-bottom: .75rem;
  margin-right: 2.25rem;
  cursor: pointer;
  color: #777;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.ingenuity .itembox .tip {
  width: 60px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  text-align: center;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.main.ingenuity .itembox .li:hover, .main.ingenuity .itembox .li.cur {
  color: #008cd6;
}
.main.ingenuity .itembox .li:hover .tip, .main.ingenuity .itembox .li.cur .tip {
  opacity: 1;
}
.main.ingenuity .itembox2 {
  padding-top: 1.5rem;
  color: #008cd6;
}
.main.ingenuity .ingenuity-item {
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main.ingenuity .ingenuity-item .item-li {
  flex-direction: row-reverse;
}
.main.ingenuity .ingenuity-item .item-li .img {
  width: 59.6%;
}
.main.ingenuity .ingenuity-item .item-li .img img {
  width: 100%;
}
.main.ingenuity .ingenuity-item .item-li .text2 {
  width: 40.4%;
  padding-right: 2rem;
}
.main.ingenuity .ingenuity-item .item-li .tit2 {
  margin-bottom: .7rem;
}
.main.ingenuity .ingenuity-item .item-li .p {
  line-height: 2.1;
  max-height: 6rem;
  text-align: justify;
}
.main.ingenuity .ingenuity-item .item-li .p .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #008cd6;
  border-radius: 0;
}
.main.ingenuity .ingenuity-item .item-li .p .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px !important;
  background-color: #eee !important;
}
@media (max-width: 1481px){
  .main.ingenuity .ingenuity-item .item-li .p{
    max-height:250px;
  }
}
.main.ingenuity .ingenuity-item .swiperbtn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  height: 55px;
}
.main.ingenuity .ingenuity-item .swiper-button-next, .main.ingenuity .ingenuity-item .swiper-button-prev {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #008cd6;
  border-radius: 50%;
  margin-top: 0;
  background: none;
  font-size: 20px;
  color: #008cd6;
  box-sizing: content-box;
}
.main.ingenuity .ingenuity-item .swiper-button-prev {
  left: 0;
  top: 0;
}
.main.ingenuity .ingenuity-item .swiper-button-next {
  right: 0;
  top: 0;
}
.main.ingenuity .ingenuity-item .swiper-button-next.swiper-button-disabled, .main.ingenuity .ingenuity-item .swiper-button-prev.swiper-button-disabled {
  border: 2px solid #e9e9e9;
  color: #e9e9e9;
}
.main.ingenuity .box2 .text {
  padding: 2.5rem 0 2rem;
  border-bottom: none;
}
.main.ingenuity .box2 .left-nav {
  width: 340px;
}
.main.ingenuity .box2 .left-nav .ulbox {
  max-height: 50vh;
  margin-bottom: 2rem;
}
.main.ingenuity .box2 .left-nav .ulbox .li:last-child {
  margin-bottom: 0;
}
.main.ingenuity .box2 .left-nav .li {
  color: #393939;
  display: block;
  margin-bottom: 2rem;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.main.ingenuity .box2 .left-nav .li:hover, .main.ingenuity .box2 .left-nav .li.cur {
  color: #008b3f;
}
.main.ingenuity .box2 .left-nav .downbtn-bottom {
  cursor: pointer;
}
.main.ingenuity .box2 .left-nav .downbtn-bottom img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px;
}
.main.ingenuity .box2 .left-nav {
  position: relative;
  z-index: 1;
}
.main.ingenuity .box2 .left-nav.active {
  position: fixed;
  top: calc(118px + 1rem);
}
.main.ingenuity .box2 .left-nav.active .li {
  margin-bottom: 1.25rem;
}
.main.ingenuity .box2 .left-nav.active2 {
  position: absolute;
  top: auto;
  bottom: 0px;
}
.main.ingenuity .box2 .left-nav.active2 .li {
  margin-bottom: 1.25rem;
}
.main.ingenuity .box2 .rightbox {
  width: calc(100% - 340px);
  border-left: 1px solid #ececec;
  padding-left: 2.25rem;
}
.main.ingenuity .box2 .rightbox .p {
  line-height: 2.1;
}
.main.ingenuity .box2 .rightbox .li-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main.ingenuity .box2 .rightbox .li-item {
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed #ececec;
}
.main.ingenuity .box2 .rightbox .li-item .tit2 {
  margin-bottom: .35rem;
}
.main.ingenuity .box2 .rightbox .mapbox .img {
  width: 60%;
  padding-right: 1.25rem;
  border-right: 1px dashed #dadada;
  margin-right: 1.25rem;
  position:relative;
  z-index:1;
}
.main.ingenuity .box2 .rightbox .mapbox .img img {
  width: 100%;
}
.main.ingenuity .box2 .rightbox .mapbox .img .li{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:4;
}
.main.ingenuity .box2 .rightbox .mapbox .img .li img{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.ingenuity .box2 .rightbox .mapbox .img .zulbox{
  position:absolute;
  width:calc(100% - 1.25rem);
  height:100%;
  left:0;
  top:0;
  z-index:1;
}
.main.ingenuity .box2 .rightbox .mapbox .img .li .img1{
  z-index:1;
}
.main.ingenuity .box2 .rightbox .mapbox .img .li .img2{
  z-index:2;
  opacity:0;
  filter: alpha(opacity=0);
}
.main.ingenuity .box2 .rightbox .mapbox .img .li.cur .img1{
  opacity:0;
  filter: alpha(opacity=0);
}
.main.ingenuity .box2 .rightbox .mapbox .img .li.cur .img2{
  opacity:1;
  filter: alpha(opacity=100);
}
.main.ingenuity .box2 .rightbox .mapbox .ulbox {
  width: calc(100% - 60% - 2.5rem);
}
.main.ingenuity .box2 .rightbox .mapbox .ulbox .title {
  color: #777;
  padding-bottom: .6rem;
  border-bottom: 1px solid #eee;
}
.main.ingenuity .box2 .rightbox .mapbox .ulbox .li {
  padding: 13px 0 13px 13px;
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.ingenuity .box2 .rightbox .mapbox .ulbox .li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ccc;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 2.5px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.ingenuity .box2 .rightbox .mapbox .ulbox .li:hover, .main.ingenuity .box2 .rightbox .mapbox .ulbox .li.cur {
  color: #008cd6;
}
.main.ingenuity .box2 .rightbox .mapbox .ulbox .li:hover:before, .main.ingenuity .box2 .rightbox .mapbox .ulbox .li.cur:before {
  background: #008cd6;
}
.main.ingenuity .box2 .rightbox .mapbox .ulbox .li:last-child {
  border-bottom: none;
}
.main.ingenuity .box2 .rightbox .li-item2 {
  padding: 2.5rem 0;
}
.main.ingenuity .box2 .rightbox .li-item2 .tit2 {
  margin-bottom: .35rem;
}
.main.ingenuity .box2 .rightbox .li-item2 .item {
  margin-bottom: 2rem;
}
.main.ingenuity .box2 .rightbox .li-item2 .item:last-child {
  margin-bottom: 0;
}
.main.ingenuity .box2 .rightbox .li-item:last-child {
  padding-bottom: 0;
}
.main.ingenuity .box2 .rightbox .ulbox2 {
  margin-top: 1rem;
}
.main.ingenuity .box2 .rightbox .ulbox2 .li {
  padding: 1rem .85rem;
  background: #f6f9f7;
  margin-bottom: 1.35rem;
  border-radius: 5px;
}
.main.ingenuity .box2 .rightbox .ulbox2 .title {
  padding-bottom: .35rem;
  margin-bottom: .6rem;
  border-bottom: 1px dashed #dbe8e0;
}
.main.ingenuity .box2 .rightbox .ulbox2 .title img {
  margin-right: 12px;
  max-height: 32px;
}
.main.college .create .item-li .text{
  width:41.22%;
}
.main.college .create .box1 .item-li .p{
  width:100%;
}
.main.college .create .item-li .text p{
  width:100%;
}
.main.college .create .item-li .img{
  width:58.78%;
}
.main.college .create .box1 .item-li .ulbox{
  margin-bottom:0px;
  border-top: 1px dashed #e3e3e3;
}
.main.college .create .box1 .item-li .ulbox .su{
  line-height:1.2;
}
.main.college .create .box1 .item-li .p{
  max-height:10.5rem;
  margin-bottom:1.15rem;
}
.main.college .create .box1 .item-li .li{
  padding:0 !important;
  padding-top:.75rem !important;
  border-bottom:none !important;
  width:33.3%;
  margin-bottom:.5rem;
}
.main.college .create .box1 .item-li .li:before{
  display:none;
}
.main.college .create .box1 .item-li .ulbox{
  width:100%;
}

.main.college .create .box1 .item-li .p{
  position:relative;
  z-index:1;
}
.main.college .create .box1 .item-li .p:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  background: linear-gradient(to top,#fff,rgba(255,255,255,0));
}
@media (max-width: 1481px){
  .main.college .create .box1 .item-li .p{
    max-height: 15.5rem;
  }
}





.main.engineering .box1 {
  padding-top: 2.2rem;
}

.main.engineering .warp-ulbox {
  position: relative;
  z-index: 2;
}

.main.engineering .box-tab {
  border-bottom: 1px solid #ececec;
}

.main.engineering .box-tab .li {
  color: #555;
  padding-bottom: 1rem;
  margin-right: 1.75rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
  cursor: pointer;
}

.main.engineering .box-tab .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main.engineering .box-tab .li:hover, .main.engineering .box-tab .li.cur {
  color: #008b3f;
}

.main.engineering .box-tab .li:hover:before, .main.engineering .box-tab .li.cur:before {
  height: 3px;
  width: 100%;
}

.main.engineering .box-tab .li:last-child {
  margin-right: 0;
}

.main.engineering .box2 .contentbox .p {
  line-height: 2.1;
  padding: 2rem 0 1.2rem;
}

.main.engineering .box2 .listajax {
  position: relative;
  z-index: 1;
}

.main.engineering .box2 .title-p {
  margin-bottom: 1rem;
}

.main.engineering .box2 .tit2 {
  line-height: 1.2;
  color: #555;
}

.main.engineering .box2 .tit3 {
  line-height: 2;
  color: #555;
}

.main.engineering .box2 .imgbox {
  margin-bottom: 3rem;
  border-radius: 5px;
  overflow: hidden;
}

.main.engineering .box2 .imgbox img {
  width: 100%;
}

.main.engineering .box2 .dian {
  position: absolute;
  cursor: pointer;
}
.main.engineering .box2 .dian .tit4 {
  color: #128b42;
  height: 73px;
  line-height:1.6;
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translate(-50%, 0);
}
.main.engineering .box2 .dian .tit4:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(255,255,255,.5);
}
.main.engineering .box2 .dian .tit4 img {
  width: 26px;
  height: 74px;
  display:block;
  position:relative;
  z-index:1;
}
.main.engineering .box2 .dian .tit4 .img1{
  margin-top:1px;
  /*margin-right:-1px;*/
  margin-right:0;
  opacity:.8;
  filter: alpha(opacity=50);
}
.main.engineering .box2 .dian .tit4 .img2{
  margin-top:-1px;
  /*margin-left:-1px;*/
  margin-left:0;
  opacity:.8;
  filter: alpha(opacity=50);
}
.main.engineering .box2 .dian .tit4 span {
  background:rgba(255,255,255,.8);
  /*display: block;*/
  text-align:center;
  white-space: nowrap;
  padding:0 5px;
  height:73px;
  position:relative;
  z-index:2;
}
.main.engineering .box2 .dian .more {
  margin-top: 25px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 10px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.engineering .box2 .dian .more span {
  margin-left: 6px;
  font-size: 13px;
}

.main.engineering .box2 .tip {
  width: 26px;
  height: 26px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.engineering .box2 .tip img {
  position: relative;
  z-index: 2;
}
.main.engineering .box2 .tip .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #128c3f;
}
.main.engineering .box2 .tip .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #128c3f;
}
.main.engineering .box2 .tip .ripple-1 {
  -webkit-animation: ripple2 2.5s linear infinite;
}
.main.engineering .box2 .tip .ripple-2 {
  -webkit-animation: ripple2 2.5s linear infinite 0.75s;
}

.main.engineering .box2 .dian:hover .more {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.engineering .box2 .dian:hover .tip {
  -webkit-animation: scale1 1s linear infinite;
}

.main.engineering .box3 .itembox {
  padding: 1.8rem 0;
}
.main.engineering .box3 .itembox .ulbox {
  position: relative;
}
.main.engineering .box3 .itembox .ulbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eee;
  width: 100%;
  bottom: 0;
}
.main.engineering .box3 .itembox .li {
  position: relative;
  padding-bottom: .75rem;
  margin-right: 2.25rem;
  cursor: pointer;
  color: #777;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.engineering .box3 .itembox .tip {
  width: 60px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  text-align: center;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.main.engineering .box3 .itembox .li:hover, .main.engineering .box3 .itembox .li.cur {
  color: #008cd6;
}
.main.engineering .box3 .itembox .li:hover .tip, .main.engineering .box3 .itembox .li.cur .tip {
  opacity: 1;
}
.main.engineering .box4 .tit2 {
  color: #5b5b5b;
  margin-bottom: 1.5rem;
}
.main.engineering .box4 .itemtop {
  margin-bottom: 2rem;
}
.main.engineering .box4 .itemtop .img {
  width: 39.6%;
  margin-right: 2.5rem;
  padding-right: 2.5rem;
  border-right: 1px dashed #ececec;
}
.main.engineering .box4 .itemtop .img img {
  width: 100%;
}
.main.engineering .box4 .itemtop .itemtop-right {
  width: calc(100% - 39.6% - 2.5rem);
}
.main.engineering .box4 .itemtop .box-tab {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.main.engineering .box4 .itemtop .box-tab .li {
  color: #555;
  padding-bottom: 10px;
  margin-right: 1.65rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
  cursor: pointer;
}
.main.engineering .box4 .itemtop .box-tab .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main.engineering .box4 .itemtop .box-tab .li:hover, .main.engineering .box4 .itemtop .box-tab .li.cur {
  color: #008b3f;
}
.main.engineering .box4 .itemtop .box-tab .li:hover:before, .main.engineering .box4 .itemtop .box-tab .li.cur:before {
  height: 3px;
  width: 100%;
}
.main.engineering .box4 .itemtop .box-tab .li:last-child {
  margin-right: 0;
}
.main.engineering .box4 .itemtop .textbox {
  padding: 1.25rem 0;
}
.main.engineering .box4 .itemtop .textbox .ulbox .li {
  width: 33.3%;
  padding-right: 3%;
  padding-left: 15px;
  color: #777;
  margin-bottom: 12px;
  position: relative;
}
.main.engineering .box4 .itemtop .textbox .ulbox .li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: calc(50% - 3px);
  border-radius: 50%;
  background: #008cd6;
}
.main.engineering .box4 .itemtop .item-li {
  display: none;
  position: relative;
  z-index: 1;
}
.main.engineering .box4 .itemtop .item-li .tit3 {
  color: #008cd6;
  margin-bottom: .35rem;
}
.main.engineering .box4 .itemtop .item-li .tit4 {
  color: #777;
  font-weight: bold;
  margin-bottom: .5rem;
}
.main.engineering .box4 .itemtop2 {
  padding-bottom: 2.25rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #eee;
}
.main.engineering .box4 .itemtop2 .tit2 {
  font-weight: bold;
  color: #777;
  margin-bottom: .7rem;
}
.main.engineering .box4 .itemtop2 .libox .sp {
  width: auto;
  padding-right: 3%;
  color: #008cd6;
  font-weight: bold;
  margin-bottom: .4rem;
}
.main.engineering .box4 .itemtop2 .p {
  color: #777;
  line-height: 2.1;
}
.main.engineering .box4 .content2 .left-nav {
  width: 340px;
}
.main.engineering .box4 .content2 .left-nav .ulbox {
  max-height: 50vh;
  margin-bottom: 2rem;
}
.main.engineering .box4 .content2 .left-nav .ulbox .li:last-child {
  margin-bottom: 0;
}
.main.engineering .box4 .content2 .left-nav .li {
  color: #393939;
  display: block;
  margin-bottom: 2rem;
  line-height: 1.5;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.main.engineering .box4 .content2 .left-nav .li:hover, .main.engineering .box4 .content2 .left-nav .li.cur {
  color: #008b3f;
}
.main.engineering .box4 .content2 .left-nav .downbtn-bottom {
  cursor: pointer;
}
.main.engineering .box4 .content2 .left-nav .downbtn-bottom img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px;
}
.main.engineering .box4 .content2 .left-nav {
  position: relative;
  z-index: 1;
}
.main.engineering .box4 .content2 .left-nav.active {
  position: fixed;
  top: calc(118px + 1rem);
}
.main.engineering .box4 .content2 .left-nav.active .li {
  margin-bottom: 1.25rem;
}
.main.engineering .box4 .content2 .left-nav.active2 {
  position: absolute;
  top: auto;
  bottom: 0px;
}
.main.engineering .box4 .content2 .left-nav.active2 .li {
  margin-bottom: 1.25rem;
}
.main.engineering .box4 .content2 .rightbox {
  width: calc(100% - 340px);
  border-left: 1px solid #ececec;
  padding-left: 2.25rem;
}
.main.engineering .box4 .content2 .rightbox .p {
  line-height: 2.1;
}
.main.engineering .box4 .content2 .rightbox .li-item {
  padding: 2rem 0;
  border-bottom: 1px dashed #ececec;
}
.main.engineering .box4 .content2 .rightbox .nli-item {
  padding: 2rem 0;
  border-top: 1px dashed #ececec;
}
.main.engineering .box4 .content2 .rightbox .nli-item .imgbox {
  margin-top: 1.25rem;
}
.main.engineering .box4 .content2 .rightbox .warp-li2 .li-item:nth-child(1) {
  padding-top: 0;
}
.main.engineering .box4 .content2 .rightbox .imgbox {
  margin-top: 1.25rem;
}
.main.engineering .box4 .content2 .rightbox .p6{
  margin:2rem 0;
}
.main.engineering .box4 .content2 .rightbox .imgbox .img {
  width: 42.6%;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px dashed #ececec;
}
.main.engineering .box4 .content2 .rightbox .imgbox .img img {
  width: 100%;
}
.main.engineering .box4 .content2 .rightbox .imgbox .text {
  width: calc(100% - 42.6% - 1.5rem);
}
.main.engineering .box4 .content2 .rightbox .imgbox .text .li {
  width: 33.3%;
  padding: .75rem 0;
  border-bottom: 1px dashed #ececec;
}
.main.engineering .box4 .content2 .rightbox .imgbox .text .li:nth-child(1), .main.engineering .box4 .content2 .rightbox .imgbox .text .li:nth-child(2), .main.engineering .box4 .content2 .rightbox .imgbox .text .li:nth-child(3) {
  padding-top: 0;
}
.main.engineering .box4 .content2 .rightbox .imgbox .text .su {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #008cd6;
  border-radius: 50%;
  margin-right: 12px;
  text-indent: -1px;
}
.main.engineering .box4 .content2 .rightbox .imgbox .text .sp2 {
  width: calc(100% - 22px - 12px);
  padding-right: 10px;
}
.main.engineering .box4 .content2 .rightbox .li-item3 .ulbox {
  margin-top: 1.25rem;
}
.main.engineering .box4 .content2 .rightbox .li-item3 .ulbox .li {
  width: 31.1%;
  margin-right:3.35%;
}
.main.engineering .box4 .content2 .rightbox .li-item3 .ulbox .li:nth-child(3n){
  margin-right:0;
}
.main.engineering .box4 .content2 .rightbox .li-item3 .ulbox .li img {
  width: 100%;
}
.main.engineering .box4 .content2 .rightbox .li-item3 .p {
  margin-top: 1.25rem;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .ulbox {
  position: relative;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .ulbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eee;
  width: 100%;
  bottom: 0;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .ulbox .li {
  position: relative;
  padding-bottom: .75rem;
  margin-right: 2.25rem;
  cursor: pointer;
  color: #777;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .ulbox .tip {
  width: 60px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  text-align: center;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .ulbox .li:hover, .main.engineering .box4 .content2 .rightbox .li-item4 .ulbox .li.cur {
  color: #008cd6;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .ulbox .li:hover .tip, .main.engineering .box4 .content2 .rightbox .li-item4 .ulbox .li.cur .tip {
  opacity: 1;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .imgbox .text2 .li {
  width: 55%;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .imgbox .text2 .li:nth-child(2n){
  width:45%;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .imgbox .text2 .li:nth-child(3) {
  padding-top: .75rem;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .tip-p {
  width: 100%;
  padding-top: 10px;
  color: #bbb;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .ulbox2 {
  margin-top: 1.25rem;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .ulbox2 .li {
  width: 31.1%;
  margin-right:3.35%;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .ulbox2 .li :nth-child(3n){
  margin-right:0;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .ulbox2 .li img {
  width: 100%;
}
.main.engineering .box4 .content2 .rightbox .li-item4 .tab-li {
  display: none;
  position: relative;
  z-index: 1;
}
.main.engineering .box4 .content2 .rightbox .table {
  width: 100%;
  margin-top: 1.5rem;
}
.main.engineering .box4 .content2 .rightbox .table table {
  width: 100%;
}
.main.engineering .box4 .content2 .rightbox .table table td {
  padding: .7rem 1.25rem;
  line-height: 1.8;
  border-right: 1px solid #deeadc;
  border-bottom: 1px solid #deeadc;
}
.main.engineering .box4 .content2 .rightbox .table table td:nth-child(1) {
  border-left: 1px solid #deeadc;
}
.main.engineering .box4 .content2 .rightbox .table .tr th {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 60px;
  background: #008cd6;
}
.main.engineering .box4 .content2 .rightbox .table .tr .bot-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main.engineering .box4 .content2 .rightbox .table tr:nth-child(odd) {
  background: #fafcf9;
}
.main.engineering .box4 .content2 .rightbox .imgbox2 {
  margin-top: 2rem;
  border-top: 1px dashed #ececec;
  padding-top: 1.25rem;
}
.main.engineering .box4 .content2 .rightbox .imgbox2 .li{
  width: 31.6%;
  margin-right:2.6%;
}
.main.engineering .box4 .content2 .rightbox .imgbox2 .li:nth-child(3n){
  margin-right:0;
}
.main.engineering .box4 .content2 .rightbox .imgbox2 .tit4 {
  color: #555;
  margin-bottom: 1rem;
}
.main.engineering .box4 .content2 .rightbox .imgbox2 .img {
  width: 100%;
}
.main.engineering .box4 .content2 .rightbox .imgbox2 .img img {
  width: 100%;
}
.main.engineering .box4 .content2 .rightbox .li-item5 .p {
  color: #555;
  margin-top: .5rem;
}
.main.engineering .box4 .content2 .rightbox .li-item5 .img {
  width: 100%;
  margin-top: 1rem;
}
.main.engineering .box4 .content2 .rightbox .li-item5 .img img {
  max-width: 100%;
}
.main.engineering .box4 .content2 .rightbox .nitem3 {
  padding: 1.25rem 0;
  border-bottom: 1px dashed #ececec;
}
.main.engineering .box4 .content2 .rightbox .nitem3:last-child {
  border-bottom: none;
  /*.itemleft{
    padding-top:1.25rem;
  }*/
}
.main.engineering .box4 .content2 .rightbox .nitem3 .itemleft {
  width: 250px;
  padding-right: 10px;
  color: #555;
}
.main.engineering .box4 .content2 .rightbox .nitem3 .itemright {
  width: calc(100% - 250px);
}
.main.engineering .box4 .content2 .rightbox .nitem3 .itemright .p {
  line-height: 2.1;
}
.main.engineering .box4 .content2 .rightbox .nitem3 .itemright .p img {
  max-width: 100%;
}
.main.engineering .box4 .content2 .rightbox .nitem3 .itemright .tit4 {
  color: #555;
  font-weight: bold;
  margin-bottom: .5rem;
}
.main.engineering .box4 .content2{
  padding-bottom:2.5rem;
}
.main.engineering .warp-li2 {
  margin-bottom: 2rem;
  border-bottom: 1px dashed #eee;
}
.main.engineering .warp-li2 .imgbox .img {
  border-right: none !important;
}
.main.engineering .warp-li2 .ulbox5 {
  margin-top: 2rem;
}
.main.engineering .warp-li2 .ulbox5 .li {
  margin-right: 5%;
}
.main.engineering .warp-li2 .ulbox5 .li img {
  width: 2.5rem;
  display:block;
  margin:0 auto 12px;
}
.main.engineering .warp-li2 .ulbox5 .li p {
  text-align: center;
}
.main.engineering .warp-li2 .ulbox5 .li:nth-child(6n) {
  margin-right: 0;
}
.main.engineering .warp-li2 .p.tit-15 img {
  max-width: 100%;
}
.main.engineering .warp-li2 .ulbox6 {
  margin-top: 2rem;
  width: 100%;
}
.main.engineering .warp-li2 .ulbox6 .li {
  margin-right: 7%;
  margin-bottom: 2%;
}
.main.engineering .warp-li2 .ulbox6 .li img {
  width: 2.5rem;
  margin-bottom: 12px;
}
.main.engineering .warp-li2 .ulbox6 .li .p2 {
  text-align: center;
}
.main.engineering .warp-li2 .ulbox6 .li:nth-child(6n) {
  margin-right: 0;
}
.main.engineering .warp-li2 .ulbox7 .li:nth-child(1) {
  padding-top: 0;
}
.main.engineering .warp-li2 .ulbox7 .li {
  padding: 1rem 0;
  border-bottom: 1px solid #ececec;
}
.main.engineering .warp-li2 .ulbox7 .li:last-child {
  border-bottom: none;
}
.main.engineering .warp-li2 .ulbox7 .btnimg {
  width: 160px;
}
.main.engineering .warp-li2 .ulbox7 .p {
  width: calc(100% - 200px);
  margin-left: 40px;
}
.main.engineering .warp-li2 .ulbox7 .tit6 {
  font-weight: bold;
  color: #555;
}
.main.engineering .warp-li2 .table2 {
  width: 100%;
  margin-top: 1.5rem;
}
.main.engineering .warp-li2 .table2 table {
  width: 100%;
}
.main.engineering .warp-li2 .table2 table td {
  padding: 15px .75rem;
  line-height: 1.8;
  border-right: 1px solid #deeadc;
  border-bottom: 1px solid #deeadc;
}
.main.engineering .warp-li2 .table2 table td:nth-child(1) {
  border-left: 1px solid #008cd6;
}
.main.engineering .warp-li2 .table2 .tr th {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 60px;
  background: #008cd6;
}
.main.engineering .warp-li2 .table2 .tr .bot-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main.engineering .warp-li2 .table2 .tr2 {
  background: #fafcf9;
}
.main.engineering .warp-li2 .table2 .td {
  background: #008cd6;
  width: 60px;
  color: #fff;
}
.main.engineering .warp-li2 .ulbox8 {
  width: 100%;
  margin-top: 0;
}

.main-wrap.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.engineering-alert {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.engineering-alert .coloring-colse {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #007c3c;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 12;
  cursor: pointer;
  box-shadow: 8px 0px 30px 0 rgba(0, 140, 63, 0.26);
}
.engineering-alert .bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.engineering-alert .imgbox {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.engineering-alert .imgbox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
}
.engineering-alert .imgbox img {
  width: 100%;
}
.engineering-alert .dian {
  position: absolute;
  cursor: pointer;
  z-index: 4;
}
.engineering-alert .dian .tit4 {
  color: #128b42;
  height: 73px;
  line-height: 1.3;
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translate(-50%, 0);
}
.engineering-alert .dian .tit4:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(255,255,255,.5);
}
.engineering-alert .dian .tit4 img {
  width: 26px;
  height: 74px;
  position:relative;
  z-index:1;
}
.engineering-alert .dian .tit4 .img1{
  margin-top:1px;
  /*margin-right:-1px;*/
  margin-right:0;
  opacity:.8;
  filter: alpha(opacity=50);
}
.engineering-alert .dian .tit4 .img2{
  /*margin-left:-1px;*/
  margin-top:-1px;
  margin-left:0;
  opacity:.8;
  filter: alpha(opacity=50);
}
.engineering-alert .dian .tit4 span {
  background:rgba(255,255,255,.8);
  /*display: block;*/
  white-space: nowrap;
  text-align:center;
  height:73px;
  position:relative;
  z-index:2;
}
.engineering-alert .dian .more {
  margin-top: 25px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 10px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.engineering-alert .dian .more span {
  margin-left: 6px;
  font-size: 13px;
}
.engineering-alert .tip {
  width: 26px;
  height: 26px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.engineering-alert .tip img {
  position: relative;
  z-index: 2;
}
.engineering-alert .tip .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #128c3f;
}
.engineering-alert .tip .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #128c3f;
}
.engineering-alert .tip .ripple-1 {
  -webkit-animation: ripple2 2.5s linear infinite;
}
.engineering-alert .tip .ripple-2 {
  -webkit-animation: ripple2 2.5s linear infinite 0.75s;
}
.engineering-alert .dian:hover .more {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.engineering-alert .dian:hover .tip {
  -webkit-animation: scale1 1s linear infinite;
}
.engineering-alert .text {
  position: absolute;
  bottom: 0;
  width: 1200px;
  max-width: 100%;
  padding: 2rem 1.85rem 1.5rem;
}
.engineering-alert .text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}
.engineering-alert .text .tit5, .engineering-alert .text .p {
  position: relative;
  z-index: 3;
}

.engineering-alert.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.main.eproducts .box1 {
  padding-top: 2.2rem;
}
.main.eproducts .box1 .warp-ulbox {
  position: relative;
  z-index: 2;
}
.main.eproducts .box1 .box-tab {
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #d1d1d1;
}
.main.eproducts .box1 .box-tab .li {
  color: #555;
  margin-right: 1.75rem;
  padding-bottom:8px;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
  cursor: pointer;
}
.main.eproducts .box1 .box-tab .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main.eproducts .box1 .box-tab .li:hover, .main.eproducts .box1 .box-tab .li.cur {
  color: #008b3f;
}
.main.eproducts .box1 .box-tab .li:hover:before, .main.eproducts .box1 .box-tab .li.cur:before {
  height: 3px;
  width: 100%;
}
.main.eproducts .box1 .box-tab .li:last-child {
  margin-right: 0;
}
.main.eproducts .box2 .select-box {
  background: #fff;
  padding: 1rem 0;
}
.main.eproducts .box2 .select-box .spname {
  color: #b1b1b1;
  width: 150px;
  padding-right: 10px;
}
.main.eproducts .box2 .select-box .item-li-right {
  width: calc(100% - 150px);
}
.main.eproducts .box2 .select-box .item-li span.spall{
  width:100px;
}
.main.eproducts .box2 .select-box .item-li span {
  margin-right: 2%;
  cursor: pointer;
  font-weight: 400;
  width:130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom:8px;
  color: #777;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.eproducts .box2 .select-box .item-li span:hover, .main.eproducts .box2 .select-box .item-li span.cur {
  color: #008cd6;
  font-weight: 600;
}
.main.eproducts .box3 {
  background: #ebf8ff;
  padding: 1rem 0 2.75rem;
}
.main.eproducts .box3 .more-btn {
  width: 500px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #d9eee3;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  color: #008d40;
}
.main.eproducts .box3 .more-btn img {
  width: 9px;
  height: 5px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main.eproducts .box3 .sp-name {
  height: 30px;
  line-height: 30px;
}
.main.eproducts .box3 .spbox {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c7ded2;
  background: #d9eee3;
  color: #555;
  margin-left: 25px;
  cursor: pointer;
}
.main.eproducts .box3 .spbox .colsebtn {
  margin-left: 4px;
}
.main.eproducts .box3 .ulbox {
  padding: 1rem 0 0;
}
.main.eproducts .box3 .ulbox .li {
  width: 22.74%;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 3.06%;
  margin-right:3.01%;
}
.main.eproducts .box3 .ulbox .li:nth-child(4n){
  margin-right:0;
}
.main.eproducts .box3 .ulbox .li .img {
  margin: 1.6rem auto 1.25rem;
  max-width:240px;
  text-align: center;
  max-height: 240px;
  min-width:160px;
}
.main.eproducts .box3 .ulbox .li .img img {
  min-width:160px;
  max-width:100%;
}
.main.eproducts .box3 .ulbox .li .text {
  padding: 0 0 1rem;
}
.main.eproducts .box3 .ulbox .li .tit2 {
  color: #555;
  margin-bottom: .2rem;
  text-align: center;
  padding: 0 .75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main.eproducts .box3 .ulbox .li .tit3 {
  color: #777;
  padding: 0 1.5rem;
  height:48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .7rem;
  text-align: center;
}
.main.eproducts .box3 .ulbox .li .bot .detail-btn, .main.eproducts .box3 .ulbox .li .bot .buy-btn {
  width: 50%;
  color: #00722d;
  cursor: pointer;
  margin: 0 auto;
}
.main.eproducts .box3 .ulbox .li .bot img {
  margin-right: 10px;
}
.main.eproducts .box3 .ulbox .li .tip {
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  z-index: 1;
  top: .55rem;
  left: .55rem;
}
.main.eproducts .box3 .ulbox5 .li .img{
  width:100%;
  max-width:none;
}
.main.eproducts .box3 .ulbox.ulbox5 .li:nth-child(3n){
  margin-right:0;
}
.main.eproducts .box4 {
  padding: 1.25rem 0 2.25rem;
}

.enginfo .box3 .ulbox3 {
  width: 100%;
}
.enginfo .box3 .ulbox3 li {
  margin-bottom: 1rem;
  color:#666;
}
.enginfo .box3 .ulbox3 .li {
  width: 50%;
  margin-bottom: 1rem;
}
.enginfo .box3 .ulbox3 .li:last-child {
  margin-bottom: 0;
}
.enginfo .box3 .ulbox3 .li:nth-last-child(2) {
  margin-bottom: 0;
}
.enginfo .box3 .ulbox4 {
  width: 100%;
}
.enginfo .box3 .ulbox4 .li {
  width: 48%;
  margin-bottom: 1.85rem;
}
.enginfo .box3 .ulbox4 .img {
  width: 100%;
  overflow: hidden;
}
.enginfo .box3 .ulbox4 .img img {
  width: 100%;
  margin-right: 0 !important;
  max-width: none !important;
  max-height: none !important;
}
.enginfo .box3 .ulbox4 .li:last-child {
  margin-bottom: 0;
}
.enginfo .box3 .ulbox4 .li:nth-last-child(2) {
  margin-bottom: 0;
}
.enginfo .box3 .ulbox5 {
  width: 100%;
}
.enginfo .box3 .ulbox5 .li {
  width: auto;
  text-align: center;
  margin-right: 2rem;
}
.enginfo .box3 .ulbox5 .li:last-child {
  margin-right: 0;
}
.enginfo .box3 .ulbox5 .img {
  margin-bottom: 10px;
}
.enginfo .box3 .ulbox5 img {
  max-width: 2.5rem !important;
  max-height: 2.5rem !important;
  margin-right: 0 !important;
}
.enginfo .box3 .ulbox6 {
  width: 100%;
  margin-top: 1rem;
}
.enginfo .box3 .ulbox6 .li {
  width: 44%;
  margin-bottom: 1rem;
}
.enginfo .box3 .ulbox6 .img {
  width: 100%;
  overflow: hidden;
  margin-top: .5rem;
}
.enginfo .box3 .ulbox6 .img img {
  width: 100%;
  margin-right: 0 !important;
  max-width: none !important;
  max-height: none !important;
}
.enginfo .box3 .ulbox6 .li:last-child {
  margin-bottom: 0;
}
.enginfo .box3 .ulbox6 .li:nth-last-child(2) {
  margin-bottom: 0;
}

.real_estate .box1 {
  background: #fff;
  z-index: 1;
  padding: 2.25rem 0 2.75rem;
}
.real_estate .box1 .tit2 {
  color: #555;
  margin-bottom: 1rem;
  line-height: 1;
}
.real_estate .box1 .li {
  width: 14.3%;
  margin-right: 2.3%;
  margin-bottom: .95rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  /*padding: 15px;*/
  box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.real_estate .box1 .li img {
  max-width: 100%;
  max-height: 100%;
}
.real_estate .box1 .li:hover {
  transform: translate(0, -5px);
}
@media (max-width: 1481px){
  .real_estate .box1 .li{
    height:70px;
    line-height:70px;
  }
}
.real_estate .more-btn {
  width: 500px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background: #f2f8f1;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  color: #008d40;
}
.real_estate .more-btn img {
  width: 9px;
  height: 5px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main.products .select-box .item-li .selectajax {
  width: 100%;
  position: relative;
  z-index: 2;
}

.main.products .box4 .text {
  padding-top: 1rem !important;
}
.main.products .box4 .tit2 {
  margin-bottom: .7rem !important;
}
.main.products .box4 .img {
  margin: auto !important;
  width: 100% !important;
  height:auto !important;
  max-height:none !important;
  /*background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;*/
}
.main.products .box4 .img img{
  width:100%;
}
.main.products .box4 .detail-btn {
  margin: 0 auto;
}
.main.products .box5 {
  padding-top: 2.2rem;
}
.main.products .box5 .box-tab {
  border-bottom: 1px solid #ececec;
}
.main.products .box5 .box-tab .li {
  color: #555;
  width: auto;
  padding-bottom: 1rem;
  margin-right: 1.75rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
  cursor: pointer;
}
.main.products .box5 .box-tab .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main.products .box5 .box-tab .li:hover, .main.products .box5 .box-tab .li.cur {
  color: #008b3f;
}
.main.products .box5 .box-tab .li:hover:before, .main.products .box5 .box-tab .li.cur:before {
  height: 3px;
  width: 100%;
}
.main.products .box5 .box-tab .li:last-child {
  margin-right: 0;
}
.main.products .box6 {
  padding: .5rem 0;
  border-bottom: 1px dashed #ececec;
}
.main.products .box6 .nitem3 {
  padding: 1.75rem 0;
  border-bottom: 1px dashed #ececec;
}
.main.products .box6 .nitem3 .itemleft {
  width: 250px;
  padding-right: 10px;
  color: #555;
}
.main.products .box6 .nitem3 .itemright {
  width: calc(100% - 250px);
}
.main.products .box6 .nitem3 .itemright .p {
  line-height: 2.1;
}
.main.products .box6 .nitem3 .itemright .p img {
  max-width: 100%;
}
.main.products .box6 .nitem3 .itemright .tit4 {
  color: #555;
  font-weight: bold;
  margin-bottom: .5rem;
}
.main.products .box6 .ulbox .li {
  width: 15.2%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
}
/*.main.products .box6 .ulbox .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main.products .box6 .ulbox .li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid green;
  right: -6px;
  top: calc(50% - 6px);
  z-index: 2;
}*/
.main.products .box6 .ulbox .bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main.products .box6 .ulbox .jbtn {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid green;
  right: -6px;
  top: calc(50% - 6px);
  z-index: 2;
}
.main.products .box6 .ulbox .li:nth-child(1) .bg{
  background: #f2f8f1;
}
.main.products .box6 .ulbox .li:nth-child(1) .jbtn{
  border-left: 6px solid #f2f8f1;
}
.main.products .box6 .ulbox .li:nth-child(1) span{
  color:#45534b
}
.main.products .box6 .ulbox .li span{
  color:#fff
}
.main.products .box6 .ulbox .li:nth-child(2) .bg{
  background: #60d093;
}
.main.products .box6 .ulbox .li:nth-child(2) .jbtn{
  border-left: 6px solid #60d093;
}
.main.products .box6 .ulbox .li:nth-child(3) .bg{
  background:#29b367;
}
.main.products .box6 .ulbox .li:nth-child(3) .jbtn{
  border-left: 6px solid #29b367;
}
.main.products .box6 .ulbox .li:nth-child(4) .bg{
  background:#149d50;
}
.main.products .box6 .ulbox .li:nth-child(4) .jbtn{
  border-left: 6px solid #149d50;
}
.main.products .box6 .ulbox .li:nth-child(5) .bg{
  background:#008cd6;
}
.main.products .box6 .ulbox .li:nth-child(5) .jbtn{
  border-left: 6px solid #008cd6;
}











/*20200425*/
.main.products .box10 .bot{
  margin-top:1rem;
}
.main.products .box10 .bot a{
  width: 190px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.products .box10 .bot a.href1{
  background: #e30920;
  margin-right: .5rem;
}
.main.products .box10 .bot a.href2{
  background: #008cd6;
}
.main.products .box10 .bot a:hover{
  color:#fff;
}


.main.products .box6 .nitem3.nitem4{
  padding: 0;
  margin-bottom:2.5rem;
}
.main.products .box6 .nitem3.nitem4 .itemleft{
  padding-top:1.25rem;
}
.main.products .box6 .nitem3 .itemright .ulbox2 {
  width: 100%;
}

.main.products-info .box3 .item-li .itemright .ulbox2.len .li:last-child{
  width:100%;
  border-right:none;
}
.main.products .box6 .nitem3 .itemright .ulbox2.len .li:last-child{
  width:100%;
  border-right:none;
}

.main.products .box6 .nitem3 .itemright .ulbox2 .li {
  width: 50%;
  height: 3.4rem;
  border-right: 1px dashed #ececec;
  border-bottom: 1px dashed #ececec;
}

.main.products .box6 .nitem3 .itemright .ulbox2 .li p {
  width: calc(100% - 130px);
  padding-right: 15px;
}

.main.products .box6 .nitem3 .itemright .ulbox2 .li {
  width: 50%;
  color: #555;
}

.main.products .box6 .nitem3 .itemright .ulbox2 .li:nth-child(2n) {
  padding-left: 1rem;
  border-right: none;
}

.main.products .box6 .nitem3 .itemright .ulbox2 .li .down {
  width: 130px;
}

.main.products .box6 .nitem3 .itemright .ulbox2 .li .btn {
  width: 22px;
  height: 23px;
  background: url(../img/proimg6.png) no-repeat top center;
  margin-right: 10px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main.products .box6 .nitem3 .itemright .ulbox2 .li:hover {
  color: #008cd6;
  font-weight: bold;
}

.main.products .box6 .nitem3 .itemright .ulbox2 .li:hover .btn {
  background: url(../img/proimg6.png) no-repeat bottom center;
}


.main.sample_plate .box2 {
  padding: 2.25rem 0 1.5rem;
}
.main.sample_plate .box2 .select-box {
  padding: 0;
}
.main.sample_plate .box3 .tit4 {
  color: #999;
  margin-bottom: .3rem;
  text-align: center;
}
.main.sample_plate .box3 .ulbox .li .tit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .7rem;
}
.main.sample_plate .box5 {
  padding-top: 2.25rem;
}
.main.sample_plate .box5 .box-tab .li {
  color: #555;
  padding-bottom: 8px;
  margin-right: 1.75rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
  cursor: pointer;
}
.main.sample_plate .box5 .box-tab .li:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  background: #008cd6;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main.sample_plate .box5 .box-tab .li:hover, .main.sample_plate .box5 .box-tab .li.cur {
  color: #008b3f;
}
.main.sample_plate .box5 .box-tab .li:hover:before, .main.sample_plate .box5 .box-tab .li.cur:before {
  height: 3px;
  width: 100%;
}
.main.sample_plate .box5 .box-tab .li:last-child {
  margin-right: 0;
}
.main.sample_plate .box6 {
  padding-top: 0;
}
.main.sample_plate .box6 .item-li {
  padding: .75rem 0 .6rem;
  border-bottom: 1px solid #ececec;
}
.main.sample_plate .box6 .item-li:last-child {
  border-bottom: none;
}
.main.sample_plate .box7 .ulbox .li {
  width: 30.48%;
  background: none;
  cursor: pointer;
}
.main.sample_plate .box7 .ulbox.ulbox5 .li{
  margin-right:3.01%;
}
.main.sample_plate .box7 .ulbox .li .img {
  margin: 0;
  width: 100%;
  max-height: none;
  margin-bottom: .75rem;
  position: relative;
}
.main.sample_plate .box7 .ulbox .li .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.sample_plate .box7 .ulbox .li img {
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.sample_plate .box7 .ulbox .li .tit5 {
  text-align: center;
}
.main.sample_plate .box7 .ulbox .li .wbtn{
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  line-height: 120px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main.sample_plate .box7 .ulbox .li .btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 40px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}
.main.sample_plate .box7 .ulbox .li .btn svg {
  height: 22px;
  width: 22px;
}
.main.sample_plate .box7 .ulbox .li:hover img {
  opacity: .5;
  filter: alpha(opacity=50);
}
.main.sample_plate .box7 .ulbox .li:hov


/*20200423客服中心*/
.cooperation .content .rightbox .ulbox .li {
  width: 33.3%;
}
.cooperation .content .rightbox .ulbox .title-p {
  font-weight: bold;
  color: #008cd6;
  line-height: 1.5;
}
.cooperation .content .rightbox .ulbox .li {
  padding-left: 2.25rem;
  padding-right: 2rem;
  position: relative;
   width: 33.3%;
}
.cooperation .content .rightbox .ulbox .li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.15rem;
  background: #ececec;
  right: 0;
  top: calc(50% - 0.575rem);
}
.cooperation .content .rightbox .ulbox .li:last-child:before {
  display: none;
}
.cooperation .content .rightbox .ulbox .title-p2 {
  margin-left: .5rem;
  color: #555;
  line-height: 1.6;
  margin-left: .5rem;
}
.cooperation .content .rightbox .ulbox .li:nth-child(1) {
  padding-left: 0;
}

.cooperation .content .rightbox .ulbox .li:nth-child(4) {
  padding-left: 0;
}
.cooperation .content .rightbox .ulbox .li:nth-child(7) {
  padding-left: 0;
}
.cooperation .content .rightbox .warp-input2 .proinput {
  width: 18%;
  margin-right: .7rem;
}
.cooperation .content .rightbox .formbox .itembox2 .li {
  width: 100%;
}
.cooperation .content .rightbox .formbox .tabitem {
  display: none;
}
.cooperation .content .rightbox .formbox .rediobox {
  margin-top: 10px;
}
.cooperation .content .rightbox .formbox .rediobox label {
  margin-right: 1.5rem;
  margin-bottom: 10px;
}
.cooperation .content .rightbox .formbox .rediobox .a-radio {
  display: none;
}
.cooperation .content .rightbox .formbox .rediobox .b-radio {
  display: inline-block;
  border: 1px solid #c3c3c3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.cooperation .content .rightbox .formbox .rediobox .b-radio:before {
  content: '';
  font-size: 0;
  width: 6px;
  height: 6px;
  background: #ff7700;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  border-radius: 50%;
  display: none;
}
.cooperation .content .rightbox .formbox .rediobox .a-radio:checked ~ .b-radio:before {
  display: block;
}

.main.cases .box2 .bot-proimg .img{
  overflow: hidden;
}
.main.cases .box2 .bot-proimg:hover p img{
  animation: toRightFromRight .8s forwards ease-in-out;
}